:root {
    --rt-primary: #00b481;
    --rt-primary-dark: #00724f;
    --rt-primary-soft: #eafaf5;
    --rt-dark: #090e17;
    --rt-ink: #101820;
    --rt-muted: #6c747d;
    --rt-border: #dfe5e3;
    --rt-surface: #f7f8f8;
    --rt-white: #fff;
    --rt-radius-sm: 8px;
    --rt-radius-md: 16px;
    --rt-radius-lg: 28px;
    --rt-shadow: 0 18px 45px rgba(0, 0, 0, .12);
    --rt-transition: 260ms ease;
    --rt-header-height: 145px;
    --rt-container-gutter: 94px;
    --rt-container-max-width: calc(100% - 2 * var(--rt-container-gutter));
    --rt-main-nav-font-size: clamp(1rem,2svw,1.1rem);
    --rt-main-nav-font-weight: 500;
    --rt-main-nav-gap: clamp(22px, 1.8vw, 58px);
    --rt-brand-width: clamp(260px, 22vw, 410px);
    --rt-header-actions-gap : 20px;
    --rt-header-menu-button-size: 46px;
    --rt-header-language-button-size: 52px;
    --rt-header-language-font-size: .58rem;
    --rt-header-language-dropdown-font-size: .72rem;
    --rt-header-cta-icon-font-size: .72rem;
    --rt-header-cta-min-width: 202px;
    --rt-btn-min-width: clamp(140px, 100%, 200px);
    --rt-btn-max-width: clamp(140px, 100%, 200px);
    --rt-btn-padding-block: 0px;
    --rt-btn-padding-inline: 24px;
    --rt-btn-font-size: .95rem;
    --rt-hero-btn-min-width: clamp(140px, 100%, 200px);
    --rt-hero-btn-max-width: clamp(140px, 100%, 200px);
    --rt-hero-btn-min-height: clamp(52px, 100%, 52px);
    --rt-hero-btn-padding-block: 0px;
    --rt-hero-btn-padding-inline: 20px;
    --rt-hero-btn-font-size: .95rem;
    --rt-cta-btn-min-width: clamp(190px, 100%, 202px);
    --rt-cta-btn-max-width: clamp(140px, 100%, 200px);
    --rt-cta-btn-padding-block: 0px;
    --rt-cta-btn-padding-inline: 24px;
    --rt-cta-btn-font-size: .95rem;
    --rt-hero-social-rail-contact-size: 44px;
    --rt-hero-social-rail-gap: 27px;
    --rt-hero-social-rail-padding-block: 15px;
    --rt-hero-social-btn-font-size: 2rem;
    --rt-hero-social-btn-size: 48px;
    --rt-hero-social-rail-contact-font-size: .9rem;
    --rt-hero-social-rail-label-font-size: .95rem;
    --rt-hero-social-rail-label-line-height: 1.65;
    --rt-hero-social-rail-label-max-width: 66px;
    --rt-header-social-inset-block-start: calc( 1.2 * var(--rt-header-height));
    --rt-header-social-width: 96px;
    --rt-header-social-padding-block: 22px;
    --rt-header-social-padding-inline: 12px;
    --rt-header-social-gap: 14px;
    --rt-hero-social-rail-mark-size: 50px;
    --rt-hero-content-width: min(36%, 44vw);
    --rt-hero-content-max-width: clamp(45svw,50svw,100%);
    --rt-hero-content-padding-block-end: 86px;
    --rt-hero-min-height: clamp(820px, 100vh, 1080px);
    --rt-hero-trust-bar-inset-inline: 0;
    --rt-hero-trust-bar-inset-block-end: 50px;
    --rt-hero-trust-bar-min-height: 140px;
    --rt-hero-trust-bar-padding-block: 34px;
    --rt-hero-trust-bar-padding-inline: 12px;
    --rt-hero-trust-bar-max-width: 100%;
}
