:root {
    --primary:#6530da;
    --secondary:#270c43;
    --accent:#ffcd47;
    --background:#fff;
    --surface:#f6f7fb;
    --text:#270c43;
    --border:#e4e5e7
}
* {
    box-sizing:border-box
}
html {
    scroll-behavior:smooth
}
body {
    margin:0;
    background:var(--background);
    color:var(--text);
    font-family:Rubik,Arial,sans-serif;
    -webkit-font-smoothing:antialiased;
    font-size:16px;
    line-height:1.5;
}
h1,h2,h3,h4,p {
    margin:0
}
a {
    color:inherit;
    text-decoration:none
}
button,input,select,textarea {
    font:inherit
}
button,a,input,select,textarea {
    -webkit-tap-highlight-color:transparent
}
button {
    cursor:pointer
}
img {
    display:block;
    object-fit:contain
}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible {
    outline:3px solid var(--primary);
    outline-offset:4px
}
.container {
    width:calc(100% - 64px);
    max-width:1120px;
    margin-inline:auto
}
.skip-link {
    position:fixed;
    top:8px;
    right:8px;
    padding:10px 20px;
    background:white;
    z-index:20;
    transform:translateY(-150%)
}
.skip-link:focus {
    transform:none
}
.sr-only {
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap
}
.mobile-copy,.features-cta,.back-top {
    display:none
}
.cta-btn {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    border:0;
    border-radius:51px;
    padding:12px 16px;
    font-weight:700;
    font-size:16px;
    line-height:23px;
    letter-spacing:-.08px;
    white-space:nowrap;
    min-height:47px;
    transition:background-color .15s,color .15s
}
.purple {
    background:var(--primary);
    color:#fff
}
.yellow {
    background:var(--accent);
    color:var(--secondary)
}
.dark {
    background:var(--secondary);
    color:#fff
}
.outline {
    background:#fff;
    border:2px solid var(--secondary);
    padding:10px 14px
}
.purple:hover,.purple:active,.yellow:hover,.yellow:active,.outline:hover,.outline:active {
    background:var(--secondary);
    color:#fff
}
.dark:hover,.dark:active {
    background:#32176f;
    color:#fff;
}
.cta-btn:disabled {
    cursor:default;
    background:#e3dfe8;
    color:#63596d
}
.cta-btn.loading:disabled {
    background:var(--accent);
    color:var(--secondary)
}
.hero-button-arrow {
    width:24px;
    height:24px;

}
.yellow:hover .hero-button-arrow,.yellow:active .hero-button-arrow {
    filter:brightness(0) invert(1)
}
.loading-spinner {
    display:block;
    width:18px;
    height:18px;
    border:2px solid currentColor;
    border-top-color:transparent;
    border-radius:50%;
    animation:button-spin .8s linear infinite
}
@keyframes button-spin {
    to {
        transform:rotate(360deg)
    }
}
.features-cta {
    display:none;
}
.site-header {
    height:95px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px
}
.logo {
    flex-shrink:0
}
.logo img {
    width:161px;
    height:41px
}
.nav-links {
    display:flex;
    gap:29px;
    color:var(--secondary);
    letter-spacing:-.32px
}
.nav-links a:hover {
    color:var(--primary)
}
.header-actions {
    display:flex;
    gap:24px;
    align-items:center
}
.header-actions .cta-btn {
    min-width:140px
}
.login-link {
    font-weight:700;
    letter-spacing:-.08px
}
.menu-toggle {
    display:none
}
.hero {
    position:relative;
    height:548px;
    display:flex;
    align-items:flex-start
}
.hero-copy {
    position:relative;
    margin-right:64px;
    padding-top:49px;
    width:440px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:24px;
    z-index:1;
}
.hero h1 {
    font-size:60px;
    font-weight:800;
    line-height:1.1;
    letter-spacing:-1.2px
}
.hero-copy>p {
    font-size:16px;
    line-height:24px;
    letter-spacing:-.32px
}
.hero-buttons {
    display:flex;
    gap:20px;
    align-items:center
}
.hero-art {
    position:absolute;
    left:0;
    top:96px;
    width:563px;
    height:405px;
}
.section-heading {
    text-align:center
}
.section-heading h2 {
    font-size:40px;
    line-height:44px;
    letter-spacing:-.8px;
    font-weight:700
}
.section-heading p {
    font-size:18px;
    line-height:24px;
    margin-top:10px
}
.features-section {
    background:transparent;
    min-height:737px;
    padding:49px 0 0;
}
.features-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:29px 32px;
    margin-top:53px
}
.feature-card {
    min-height:264px;
    background:#fff;
    border-radius:16px;
    text-align:center;
    padding:44px 25px 24px
}
.feature-icon {
    width:50px;
    height:50px;
    margin:0 auto 17px
}
.feature-card:nth-child(2) .feature-icon {
    width:54px
}
.feature-card:nth-child(4) .feature-icon {
    width:59px
}
.feature-card h3,.benefit-card h3,.step h3 {
    font-size:20px;
    line-height:22px;
    letter-spacing:-.4px;
    font-weight:800
}
.feature-card p {
    max-width:254px;
    margin:10px auto 0;
    font-size:18px;
    line-height:23px
}
.how-section {
    min-height:569px;
    padding-top:59px;
    text-align:center
}
.how-section .section-heading p {
    font-size:16px;
    letter-spacing:-.32px;
    margin-top:15px
}
.steps {
    position:relative;
    display:grid;
    grid-template-columns:repeat(3,224px);
    justify-content:center;
    gap:64px;
    margin-top:54px
}
.step-number {
    position:relative;
    width:129px;
    height:133px;
    margin:0 auto 20px;
    display:grid;
    place-items:center
}
.step-number img {
    position:absolute;
    inset:0;
    width:129px;
    height:133px
}
.step-number span {
    position:relative;
    color:white;
    font-size:40px;
    line-height:1.1;
    font-weight:700;
}
.step p {
    font-size:18px;
    line-height:23px;
    margin-top:12px;
    min-height:69px
}
.step-arrow {
    position:absolute;
    width:124px;
    height:40px;
    top:26px;
    pointer-events:none;
}
.arrow-first {
    right:346px
}
.arrow-second {
    left:352px
}
.how-cta {
    width:214px;
    margin-top:70px
}
.benefits-section {
    min-height:557px;
    padding-top:67px;
    padding-bottom:44px;
}
.benefits-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:32px
}
.benefit-card {
    min-height:446px;
    padding:36px 24px 24px;
    background:#efe4ff;
    border-radius:16px;
    text-align:center
}
.benefit-art {
    width:210px;
    height:209px;
    margin:0 auto 11px
}
.benefit-card p {
    max-width:254px;
    margin:19px auto 0;
    font-size:18px;
    line-height:23px
}
.pricing-section {
    background:transparent;
    min-height:840px;
    padding:45px 0 63px;
}
.pricing-section .section-heading p {
    margin-top:15px
}
.pricing-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:31px;
    margin-top:53px
}
.price-card {
    min-height:572px;
    border:1px solid #e9ecf2;
    border-radius:16px;
    background:#fff;
    box-shadow:0 4px 8px #e9ecf2;
    position:relative;
    padding:24px;
    display:flex;
    flex-direction:column;
    align-items:stretch;
}
.price-card.pro {
    border:2px solid var(--primary);
}
.price-card h3 {
    font-size:20px;
    line-height:25px;
    font-weight:600;
    color:var(--primary)
}
.price {
    height:59px;
    margin-top:16px;
    display:flex;
    align-items:baseline;
    gap:9px
}
.price strong {
    font-family:Inter,Rubik,sans-serif;
    font-size:40px;
    font-weight:700;
    line-height:1.2
}
.price span {
    font-size:18px;
    line-height:24px
}
.plan-description {
    font-size:18px;
    line-height:23px;
    min-height:46px;
    margin-top:16px
}
.plan-features {
    border-top:1px solid #d9d9d9;
    margin-top:20px;
    padding-top:20px;
    flex:1
}
.plan-features h4 {
    font-size:18px;
    line-height:32px;
    font-weight:700;
    white-space:nowrap
}
.plan-features ul {
    list-style:none;
    margin:0;
    padding:0
}
.plan-features li {
    display:flex;
    align-items:center;
    gap:6px;
    font-size:16px;
    line-height:32px;
    color:#1a1a1a;
    white-space:nowrap
}
.plan-features li img {
    width:24px;
    height:24px;
    flex-shrink:0
}
.price-card .cta-btn {
    width:230px;
    align-self:center;
    flex-shrink:0;
    margin-top:20px;
    margin-bottom:3px
}
.popular-badge {
    position:absolute;
    top:-16px;
    left:50%;
    transform:translateX(-50%);
    border-radius:51px;
    background:var(--accent);
    color:var(--secondary);
    font-size:16px;
    font-weight:700;
    height:29px;
    line-height:29px;
    white-space:nowrap;
    padding:0 12px;
}
.contact-section {
    min-height:1102px;
    padding-top:49px;
    padding-bottom:51px;
}
.contact-section .section-heading p {
    margin-top:17px
}
.contact-layout {
    width:598px;
    max-width:100%;
    margin:43px auto 0
}
.contact-form-wrapper {
    min-width:0
}
.form-group {
    position:relative;
    margin-bottom:25px;
}
.form-group label {
    display:block;
    font-weight:700;
    line-height:20px;
    letter-spacing:-.32px;
    margin-bottom:13px;
}
.required {
    color:#ff383c
}
.form-group input,.form-group select,.form-group textarea {
    display:block;
    width:100%;
    border:1px solid #e9ecf2;
    border-radius:10px;
    background:var(--surface);
    padding:6px 16px;
    color:var(--text);
    height:52px;
    line-height:24px;
}
.form-group select {
    appearance:none;
    background-image:url('../images/figma/imgRiArrowDropDownLine.svg');
    background-repeat:no-repeat;
    background-position:16px center;
    background-size:24px;
    padding-left:48px;
    font-size:16px
}
.form-group textarea {
    height:175px;
    resize:vertical;
    min-height:175px;
}
.form-group .invalid {
    border-color:#c8282c
}
.field-error {
    display:block;
    color:#b51b20;
    font-size:13px;
    line-height:18px
}
.field-error:not(:empty) {
    margin-top:5px
}
.form-submit-btn {
    display:flex;
    width:100%;
    margin:29px auto 0;
}
.form-group:last-of-type {
    margin-bottom:0
}
.form-footer-note {
    text-align:center;
    font-size:16px;
    letter-spacing:-.32px;
    margin-top:8px
}
.form-submit-error {
    color:#b51b20;
    text-align:center;
    margin-top:12px
}
.footer {
    min-height:175px;
    background:var(--secondary);
    color:#fff;
    border-radius:16px 16px 0 0;
    padding:39px 0 40px;
    font-size:14px;
    line-height:25px;
    font-weight:500
}
.footer-content {
    display:flex;
    gap:80px;
    align-items:flex-start
}
.footer nav {
    display:flex;
    flex-direction:column;
    padding-top:10px
}
.footer-navigation {
    width:112px;
    flex-shrink:0
}
.footer-legal {
    width:160px;
    flex-shrink:0
}
.footer-credit {
    margin-right:auto;
    text-align:left
}
.footer-email {
    display:block;
    line-height:25px;
    margin-top:10px
}
.footer-byline {
    display:flex;
    direction:rtl;
    gap:4px;
    align-items:center
}
.social-links {
    display:flex;
    direction:ltr;
    align-items:center;
    gap:20px
}
.social-links a {
    display:flex;
    align-items:center;
    height:24px
}
.social-links img {
    object-fit:contain
}
.accessibility-link {
    background:none;
    color:inherit;
    border:0;
    padding:0;
    text-align:right;
    line-height:inherit;
    font-weight:inherit
}
.footer a:hover,.accessibility-link:hover {
    text-decoration:underline
}
main { background:linear-gradient(to bottom,#f6f7fb 74px,#fff 4528px); }
.hero-surface { position:relative; background:#fff; }
.hero-surface::after { content:""; position:absolute; bottom:-17px; height:17px; left:0; right:0; background:#fff; }
.step h3 { color:var(--primary); }
.price-card:not(.pro) { min-height:570px; margin-block:1px; }
.form-group:nth-child(2) { margin-bottom:23px; }
.form-group:nth-child(3) { margin-bottom:31px; }
.form-group:has(textarea) label { margin-bottom:6px; }
@media(min-width:601px) and (max-width:1050px) {
    .features-section,.how-section,.benefits-section,.pricing-section,.contact-section { min-height:0; padding-block:50px; }
}


@media(max-width:1199px) {
    .hero-copy {
        margin-right:0;
        width:46%
    }
    .hero-art {
        width:52%;
        height:auto;
        top:80px
    }
    .hero h1 {
        font-size:52px
    }
    .nav-links {
        gap:18px
    }
    .header-actions {
        gap:16px
    }
    .features-grid,.benefits-grid,.pricing-grid {
        gap:24px
    }
    .feature-card {
        padding-inline:16px
    }
    .feature-card h3 {
        font-size:18px
    }
    .steps {
        gap:40px
    }
    .arrow-first {
        right:29%
    }
    .arrow-second {
        left:29%
    }
    .price-card {
        padding:20px 16px
    }
    .plan-features li {
        font-size:14px
    }
    .plan-features h4 {
        font-size:16px
    }
    .footer-content {
        gap:35px
    }
    .footer-byline {
        max-width:340px;
        flex-wrap:wrap
    }
    .footer-credit {
        font-size:12px
    }
}
@media(max-width:1050px) {
    .site-header {
        height:100px;
        position:relative;
        flex-direction:row-reverse
    }
    .logo img {
        width:134px;
        height:34px
    }
    .header-actions {
        display:none
    }
    .menu-toggle {
        width:40px;
        height:40px;
        background:none;
        border:0;
        display:flex;
        align-items:center;
        justify-content:center;
        padding:6px
    }
    .menu-toggle img {
        width:28px;
        height:24px
    }
    .nav-links {
        display:none;
        position:absolute;
        left:0;
        right:0;
        top:80px;
        padding:20px;
        background:white;
        box-shadow:0 8px 16px #270c431a;
        border-radius:16px;
        z-index:5
    }
    .nav-links.active {
        display:flex;
        flex-direction:column
    }
    .hero {
        height:auto;
        min-height:500px
    }
    .hero-copy {
        padding-top:45px;
        gap:20px
    }
    .hero h1 {
        font-size:44px
    }
    .hero-buttons {
        gap:10px;
        flex-wrap:wrap
    }
    .hero-art {
        top:90px
    }
    .features-section,.how-section,.benefits-section,.pricing-section,.contact-section {
        min-height:0;
        padding-block:50px
    }
    .section-heading h2 {
        font-size:34px;
        line-height:38px
    }
    .section-heading p {
        font-size:17px
    }
    .features-grid {
        grid-template-columns:repeat(2,minmax(0,1fr));
        margin-top:32px
    }
    .steps {
        grid-template-columns:repeat(3,minmax(0,1fr));
        gap:22px
    }
    .step-arrow {
        display:none
    }
    .step h3 {
        font-size:18px
    }
    .step p {
        font-size:16px
    }
    .benefits-grid {
        gap:18px
    }
    .benefit-card {
        min-height:385px;
        padding:24px 12px
    }
    .benefit-art {
        width:170px;
        height:170px
    }
    .benefit-card h3 {
        font-size:18px
    }
    .benefit-card p {
        font-size:16px
    }
    .pricing-grid {
        grid-template-columns:1fr;
        max-width:355px;
        margin:45px auto 0;
        gap:35px
    }
    .price-card {
        min-height:572px;
        padding:24px
    }
    .plan-features li {
        font-size:16px
    }
    .plan-features h4 {
        font-size:18px
    }
    .contact-layout {
        width:100%;
        max-width:598px;
        margin-top:35px
    }
    .footer {
        padding:40px 0
    }
    .footer-content {
        flex-wrap:wrap;
        gap:24px 48px
    }
    .footer-credit {
        margin:0;
        width:100%;
        font-size:14px
    }
    .footer-byline {
        max-width:none
    }
}
@media(max-width:600px) {
    .container {
        width:calc(100% - 48px);
        max-width:296px
    }
    .site-header {
        height:100px
    }
    .logo img {
        width:134px;
        height:34px
    }
    .menu-toggle {
        margin-left:8px
    }
    .hero {
        padding-top:9px;
        display:flex;
        flex-direction:column;
        min-height:633px;
        align-items:center
    }
    .hero-copy {
        width:100%;
        padding:0;
        gap:0;
        text-align:center;
        align-items:stretch;
        padding-top:0;
    }
    .hero h1 {
        font-size:40px;
        line-height:44px;
        letter-spacing:-.8px;
        font-weight:800
    }
    .hero-copy>p {
        font-size:16px;
        line-height:24px;
        margin-top:19px;
        letter-spacing:-.32px
    }
    .hero-buttons {
        gap:24px;
        justify-content:center;
        flex-wrap:nowrap;
        margin-top:29px
    }
    .hero-buttons .cta-btn {
        width:136px;
        padding-inline:8px;
        flex:1
    }
    .hero-button-arrow {
        display:none
    }
    .hero-art {
        position:relative;
        left:0;
        top:auto;
        width:327px;
        max-width:calc(100vw - 32px);
        height:235px;
        align-self:center;
        margin-top:33px;
        margin-bottom:33px;
    }
    .section-heading h2 {
        font-size:40px;
        line-height:44px;
        letter-spacing:-.8px
    }
    .section-heading p {
        font-size:18px;
        line-height:24px
    }
    .features-section {
        padding:39px 0 19px;
        min-height:1811px;
    }
    .features-section .section-heading p {
        margin-top:13px
    }
    .features-grid {
        grid-template-columns:1fr;
        gap:26px;
        margin-top:43px
    }
    .feature-card {
        min-height:219px;
        padding:28px 20px 22px
    }
    .feature-card h3 {
        font-size:20px;
        line-height:22px
    }
    .feature-icon,.feature-card:nth-child(2) .feature-icon,.feature-card:nth-child(4) .feature-icon {
        width:40px;
        height:40px;
        margin-bottom:15px
    }
    .feature-card p {
        font-size:18px;
        line-height:23px;
        margin-top:9px
    }
    .feature-card:last-child p {
        max-width:170px;
    }
    .desktop-copy {
        display:none
    }
    .mobile-copy {
        display:inline
    }
    .features-cta {
        display:flex;
        width:184px;
        margin:46px auto 0;
    }
    .how-section {
        padding-top:27px;
        padding-bottom:20px;
        min-height:926px;
    }
    .how-section .section-heading h2 {
        color:var(--secondary);
    }
    .how-title-break {
        display:block;
        height:0
    }
    .how-section .section-heading p {
        font-size:16px;
        line-height:24px;
        margin-top:16px
    }
    .steps {
        grid-template-columns:1fr;
        gap:36px;
        margin-top:37px;
    }
    .step-number {
        width:80px;
        height:82px;
        margin-bottom:9px
    }
    .step-number img {
        width:80px;
        height:82px
    }
    .step h3 {
        font-size:20px;
        line-height:22px
    }
    .step p {
        font-size:18px;
        line-height:23px;
        min-height:0;
        margin-top:10px
    }
    .how-cta {
        width:184px;
        margin-top:41px;
    }
    .benefits-section {
        min-height:866px;
        padding:29px 0 7px;
    }
    .benefits-grid {
        grid-template-columns:1fr;
        gap:19px
    }
    .benefit-card {
        min-height:264px;
        padding:20px 20px 24px;
    }
    .benefit-card:nth-child(1) {
        order:2
    }
    .benefit-card:nth-child(2) {
        order:3
    }
    .benefit-card:nth-child(3) {
        order:1;
        padding-top:24px;
    }
    .benefit-art {
        width:104px;
        height:104px;
        margin:0 auto -2px;
    }
    .benefit-card h3 {
        font-size:20px;
        line-height:22px
    }
    .benefit-card p {
        font-size:18px;
        line-height:23px;
        margin-top:8px;
        max-width:254px
    }
    .pricing-section {
        min-height:2141px;
        padding:28px 0 0;
    }
    .pricing-section>.container {
        max-width:355px;
        width:calc(100% - 48px)
    }
    .pricing-section .section-heading {
        max-width:296px;
        margin-inline:auto
    }
    .pricing-section .section-heading h2 {
        max-width:260px;
        margin-inline:auto
    }
    .pricing-section .section-heading p {
        margin-top:17px
    }
    .pricing-section .section-heading br {
        display:none
    }
    .pricing-grid {
        gap:47px;
        margin-top:58px;
    }
    .price-card {
        min-height:572px;
        padding:24px
    }
    .price-card h3 {
        font-size:20px
    }
    .plan-features li {
        font-size:16px
    }
    .plan-features h4 {
        font-size:18px
    }
    .contact-section {
        min-height:989px;
        padding-top:33px;
        padding-bottom:0;
    }
    .contact-section .section-heading p {
        margin-top:20px;
    }
    .contact-layout {
        margin-top:47px;
        max-width:285px;
    }
    .form-group {
        margin-bottom:11px
    }
    .form-group label {
        line-height:20px;
        margin-bottom:13px;
    }
    .form-group input,.form-group select {
        height:52px;
        line-height:24px;
        padding:13px 16px;
        font-size:16px;
    }
    .form-group select {
        background-size:16px;
        background-position:10px center;
        padding-left:30px
    }
    .form-group textarea {
        height:175px;
        min-height:175px;
        padding:6px 10px;
    }
    .form-submit-btn {
        min-height:47px;
        height:47px;
        padding:12px 16px;
        margin-top:22px;
        width:230px;
    }
    .form-footer-note {
        font-size:12px;
        line-height:18px;
        margin-top:8px;
        white-space:nowrap;
        letter-spacing:-.24px
    }
    .back-top {
        display:block;
        width:62px;
        height:62px;
        margin:33px auto 57px;
        border-radius:50%;
    }
    .back-top img {
        width:62px;
        height:62px
    }
    .footer {
        min-height:218px;
        padding:36px 0 25px;
    }
    .footer-content {
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:0
    }
    .footer-navigation {
        display:none!important
    }
    .footer-legal {
        width:auto;
        flex-direction:row!important;
        gap:24px;
        padding:0!important;
        font-size:14px;
        line-height:25px;
        white-space:nowrap
    }
    .footer-credit {
        text-align:center;
        width:100%;
        font-size:14px
    }
    .social-links {
        justify-content:center;
        flex-direction:row;
        gap:26px;
        margin-top:28px
    }
    .footer-email {
        display:none
    }
    .footer-byline {
        display:flex;
        flex-direction:column;
        gap:0;
        line-height:25px;
        margin-top:30px
    }
    .accessibility-link {
        text-align:center
    }
    .footer .container {
        max-width:340px;
        width:calc(100% - 36px)
    }

    main { background:linear-gradient(to bottom,#f6f7fb 633px,#fff 7556px); }
    .hero-surface::after { display:none; }
    .step-number span { font-size:20px; }
    .form-group,.form-group:nth-child(2),.form-group:nth-child(3) { margin-bottom:11px; }
    .form-group:has(textarea) label { margin-bottom:5px; }

}
@media(max-width:380px) {
    .hero-art {
        max-width:100%;
        left:0;
        height:auto;
    }
    .plan-features li {
        font-size:14px;
        gap:4px;
        white-space:normal;
        line-height:26px
    }
    .plan-features h4 {
        font-size:16px
    }
    .price-card {
        padding-inline:18px
    }
    .footer-legal {
        gap:16px;
        font-size:12px
    }
    .form-footer-note {
        font-size:11px;
        letter-spacing:-.4px
    }
    .hero-buttons {
        gap:14px
    }
    .hero-buttons .cta-btn {
        font-size:14px
    }
    .hero h1 {
        font-size:38px
    }
    .benefit-card {
        padding-inline:16px
    }
    .features-section,.how-section,.benefits-section,.pricing-section,.contact-section {
        min-height:0
    }
}
@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior:auto
    }
    .cta-btn {
        transition:none
    }
    .loading-spinner {
        animation:none
    }
}

/* Pension size: native fallback plus an RTL, keyboard-accessible popup. */
.pension-size-picker {
    position:relative;
    width:100%;
}
.pension-size-picker select[hidden] {
    display:none;
}
.pension-size-trigger {
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    min-height:52px;
    padding:13px 16px;
    border:1px solid #d7cce8;
    border-radius:10px;
    background:var(--surface);
    color:var(--text);
    box-shadow:none;
    text-align:right;
    font-size:16px;
    line-height:24px;
    border-color:#e9ecf2;
}
.pension-size-trigger:focus,
.pension-size-trigger[aria-expanded="true"] {
    border-color:var(--primary);
    outline:2px solid var(--primary);
    outline-offset:0;
    box-shadow:0 0 0 5px #6530da26;
}
.pension-size-trigger img {
    width:30px;
    height:24px;
    opacity:1;
    flex-shrink:0;
}
.pension-size-trigger[aria-expanded="true"] img {
    transform:rotate(180deg);
}
.pension-size-options {
    position:absolute;
    z-index:10;
    top:calc(100% + 10px);
    inset-inline:0;
    margin:0;
    padding:8px;
    list-style:none;
    border:1px solid #d7cce8;
    border-radius:10px;
    background:#fff;
    color:var(--text);
    box-shadow:0 2px 4px #270c4312;
    text-align:right;
}
.pension-size-options[hidden] {
    display:none;
}
.pension-size-options [role="option"] {
    border-radius:9px;
    padding:8px 12px;
    min-height:44px;
    font-size:16px;
    line-height:24px;
    cursor:pointer;
}
.pension-size-options [aria-selected="true"] {
    background:#efe4ff;
    color:var(--primary);
}
.pension-size-options .is-active,
.pension-size-options [role="option"]:hover {
    background:#efe4ff;
    color:var(--primary);
}
.pension-size-options .is-active:not([aria-selected="true"]) {
    box-shadow:inset 0 0 0 1px #cbb4f5;
}

/* Only this landing page opts into the edge-mounted universal access control. */
body[data-accessibility-icon="universal"] .pawza-a11y-trigger {
    width:47px;
    height:56px;
    inset-inline-start:auto;
    left:auto;
    right:0;
    padding:0;
    border:1px solid #8252e1;
    border-right:0;
    border-radius:16px 0 0 16px;
    background:var(--primary) url('../images/figma-sept23/accessibility.svg') center / 31px 31px no-repeat;
    box-shadow:-2px 2px 8px #6530da26;
}
body[data-accessibility-icon="universal"] .pawza-a11y-trigger svg {
    width:28px;
    height:28px;
    visibility:hidden;
}

@media(min-width:601px) {
    .contact-section .section-heading { background:#fff; }
}
