/*
 * WhatsAppRO Public Website Design System
 * Premium glassmorphism UI · Mobile first · No external dependencies
 */

@charset "UTF-8";

:root {
    color-scheme: dark;
    --wr-bg: #030914;
    --wr-bg-soft: #071321;
    --wr-surface: rgba(10, 25, 40, .72);
    --wr-surface-strong: rgba(11, 29, 47, .92);
    --wr-glass: rgba(255, 255, 255, .055);
    --wr-glass-hover: rgba(255, 255, 255, .085);
    --wr-line: rgba(255, 255, 255, .105);
    --wr-line-bright: rgba(111, 255, 200, .25);
    --wr-text: #f4fbff;
    --wr-muted: #9db0c2;
    --wr-subtle: #71869a;
    --wr-green: #25d366;
    --wr-green-light: #68f6a0;
    --wr-green-dark: #089847;
    --wr-cyan: #37d7ff;
    --wr-blue: #597cff;
    --wr-violet: #9b6cff;
    --wr-danger: #ff6b7d;
    --wr-warning: #f9c74f;
    --wr-success: #59e391;
    --wr-shadow: 0 24px 80px rgba(0, 0, 0, .38);
    --wr-shadow-green: 0 16px 44px rgba(37, 211, 102, .19);
    --wr-radius-sm: 12px;
    --wr-radius: 18px;
    --wr-radius-lg: 26px;
    --wr-radius-xl: 36px;
    --wr-container: 1220px;
    --wr-header-height: 78px;
    --wr-transition: 220ms cubic-bezier(.2, .8, .2, 1);
    --wr-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--wr-header-height) + 22px); }
body {
    min-width: 320px;
    margin: 0;
    color: var(--wr-text);
    background:
        radial-gradient(circle at 8% 5%, rgba(37, 211, 102, .13), transparent 27rem),
        radial-gradient(circle at 92% 18%, rgba(89, 124, 255, .14), transparent 31rem),
        linear-gradient(180deg, #030914 0%, #06111d 50%, #030914 100%);
    font-family: var(--wr-font);
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

body::before {
    position: fixed;
    inset: 0;
    z-index: -2;
    content: "";
    pointer-events: none;
    opacity: .28;
    background-image:
        linear-gradient(rgba(255, 255, 255, .022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .022) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

::selection { color: #02140a; background: var(--wr-green-light); }
a { color: inherit; text-decoration: none; }
img, svg, video { display: block; max-width: 100%; }
button, input, textarea, select { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.12; letter-spacing: -.035em; }
p:last-child { margin-bottom: 0; }

.wr-skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999;
    padding: 10px 14px;
    color: #03110a;
    background: var(--wr-green-light);
    border-radius: 10px;
    font-weight: 800;
    transform: translateY(-150%);
    transition: transform var(--wr-transition);
}
.wr-skip-link:focus { transform: translateY(0); }

.wr-container { width: min(calc(100% - 40px), var(--wr-container)); margin-inline: auto; }
.wr-section { position: relative; padding: 104px 0; }
.wr-section-sm { padding: 72px 0; }
.wr-section-clip { overflow: hidden; }
.wr-stack { display: grid; gap: 22px; }
.wr-grid { display: grid; gap: 22px; }
.wr-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wr-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wr-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.wr-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(37, 211, 102, .16);
    filter: blur(100px);
    pointer-events: none;
}
.wr-glow-blue { background: rgba(89, 124, 255, .16); }

.wr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 7px 12px;
    color: #bfffd6;
    border: 1px solid rgba(104, 246, 160, .2);
    border-radius: 999px;
    background: rgba(37, 211, 102, .075);
    box-shadow: inset 0 1px rgba(255, 255, 255, .07);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.wr-eyebrow::before {
    width: 7px;
    height: 7px;
    content: "";
    border-radius: 50%;
    background: var(--wr-green-light);
    box-shadow: 0 0 0 5px rgba(37, 211, 102, .11), 0 0 16px var(--wr-green);
}

.wr-gradient-text {
    color: transparent;
    background: linear-gradient(100deg, #fff 4%, #bfffd6 45%, #84e8ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
}
.wr-section-head { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.wr-section-title { margin-bottom: 16px; font-size: clamp(2rem, 4.5vw, 3.8rem); }
.wr-section-copy { max-width: 650px; margin: 0 auto; color: var(--wr-muted); font-size: clamp(1rem, 1.6vw, 1.14rem); }

/* Header */
.wr-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: var(--wr-header-height);
    border-bottom: 1px solid rgba(255, 255, 255, .075);
    background: rgba(3, 9, 20, .76);
    backdrop-filter: blur(22px) saturate(145%);
    -webkit-backdrop-filter: blur(22px) saturate(145%);
}
.wr-nav { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 28px; }
.wr-logo { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; font-size: 21px; font-weight: 900; letter-spacing: -.04em; }
.wr-logo-mark {
    display: grid;
    width: 39px;
    height: 39px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 13px;
    background: linear-gradient(145deg, #36e477, #0b9e4b);
    box-shadow: 0 10px 28px rgba(37, 211, 102, .26), inset 0 1px rgba(255, 255, 255, .35);
}
.wr-logo-mark svg { width: 22px; height: 22px; }
.wr-logo-accent { color: var(--wr-green-light); }
.wr-nav-links { display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.wr-nav-link {
    position: relative;
    display: inline-flex;
    padding: 10px 13px;
    color: var(--wr-muted);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 650;
    transition: color var(--wr-transition), background var(--wr-transition);
}
.wr-nav-link::after {
    position: absolute;
    right: 14px;
    bottom: 5px;
    left: 14px;
    height: 2px;
    content: "";
    border-radius: 999px;
    background: var(--wr-green-light);
    transform: scaleX(0);
    transition: transform var(--wr-transition);
}
.wr-nav-link:hover, .wr-nav-link:focus-visible, .wr-nav-link.is-active { color: var(--wr-text); background: rgba(255, 255, 255, .045); }
.wr-nav-link:hover::after, .wr-nav-link.is-active::after { transform: scaleX(1); }
.wr-nav-actions { display: flex; align-items: center; gap: 10px; }
.wr-menu-button {
    display: none;
    width: 43px;
    height: 43px;
    place-items: center;
    border: 1px solid var(--wr-line);
    border-radius: 12px;
    background: var(--wr-glass);
}

/* Buttons */
.wr-button {
    position: relative;
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 19px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 800;
    isolation: isolate;
    transition: transform var(--wr-transition), border-color var(--wr-transition), box-shadow var(--wr-transition), background var(--wr-transition);
}
.wr-button::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(105deg, transparent 25%, rgba(255, 255, 255, .25) 50%, transparent 75%);
    transform: translateX(-120%);
    transition: transform 550ms ease;
}
.wr-button:hover { transform: translateY(-2px); }
.wr-button:hover::before { transform: translateX(120%); }
.wr-button:active { transform: translateY(0) scale(.98); }
.wr-button-primary {
    color: #03150a;
    background: linear-gradient(135deg, var(--wr-green-light), var(--wr-green));
    border-color: rgba(104, 246, 160, .5);
    box-shadow: 0 12px 30px rgba(37, 211, 102, .2), inset 0 1px rgba(255, 255, 255, .48);
}
.wr-button-primary:hover { box-shadow: 0 17px 42px rgba(37, 211, 102, .3), inset 0 1px rgba(255, 255, 255, .48); }
.wr-button-secondary { color: var(--wr-text); border-color: var(--wr-line); background: rgba(255, 255, 255, .045); backdrop-filter: blur(12px); }
.wr-button-secondary:hover { border-color: rgba(104, 246, 160, .27); background: rgba(255, 255, 255, .075); }
.wr-button-lg { min-height: 54px; padding-inline: 24px; border-radius: 15px; font-size: 15px; }
.wr-button-block { width: 100%; }

/* Hero */
.wr-hero { position: relative; min-height: calc(100vh - var(--wr-header-height)); padding: 105px 0 85px; overflow: hidden; }
.wr-hero::after {
    position: absolute;
    right: -10%;
    bottom: -250px;
    left: -10%;
    z-index: -1;
    height: 460px;
    content: "";
    background: radial-gradient(ellipse, rgba(37, 211, 102, .12), transparent 68%);
    filter: blur(20px);
}
.wr-hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr); align-items: center; gap: clamp(44px, 7vw, 90px); }
.wr-hero-title { max-width: 760px; margin-bottom: 23px; font-size: clamp(3rem, 6.6vw, 6.15rem); letter-spacing: -.065em; }
.wr-hero-copy { max-width: 660px; margin-bottom: 30px; color: var(--wr-muted); font-size: clamp(1.05rem, 1.8vw, 1.24rem); }
.wr-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.wr-hero-note { display: flex; flex-wrap: wrap; gap: 16px 24px; margin-top: 25px; color: var(--wr-subtle); font-size: 12px; font-weight: 650; }
.wr-hero-note span { display: inline-flex; align-items: center; gap: 7px; }
.wr-hero-note span::before { color: var(--wr-green-light); content: "✓"; font-weight: 900; }

.wr-product-stage { position: relative; perspective: 1300px; }
.wr-product-stage::before {
    position: absolute;
    inset: 10% 4%;
    z-index: -1;
    content: "";
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(37, 211, 102, .38), rgba(89, 124, 255, .25));
    filter: blur(80px);
}
.wr-product-window {
    position: relative;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 25px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .025));
    box-shadow: 0 45px 110px rgba(0, 0, 0, .48), inset 0 1px rgba(255, 255, 255, .13);
    transform: rotateY(-5deg) rotateX(2deg);
    backdrop-filter: blur(20px);
    transition: transform 600ms cubic-bezier(.2, .8, .2, 1);
}
.wr-product-window:hover { transform: rotateY(0) rotateX(0) translateY(-7px); }
.wr-window-bar { display: flex; align-items: center; justify-content: space-between; padding: 3px 5px 12px; }
.wr-window-dots { display: flex; gap: 6px; }
.wr-window-dots i { display: block; width: 7px; height: 7px; border-radius: 50%; background: rgba(255, 255, 255, .18); }
.wr-window-status { color: var(--wr-green-light); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.wr-product-screen { min-height: 420px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .075); border-radius: 17px; background: #071321; }
.wr-float-card {
    position: absolute;
    z-index: 3;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 14px;
    background: rgba(8, 23, 38, .78);
    box-shadow: var(--wr-shadow);
    backdrop-filter: blur(18px);
    animation: wr-float 5s ease-in-out infinite;
}
.wr-float-card-left { top: 23%; left: -34px; }
.wr-float-card-right { right: -24px; bottom: 17%; animation-delay: -2.5s; }
@keyframes wr-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* Trust strip */
.wr-trust { border-block: 1px solid rgba(255, 255, 255, .065); background: rgba(255, 255, 255, .018); }
.wr-trust-inner { display: flex; min-height: 112px; align-items: center; justify-content: space-between; gap: 30px; }
.wr-trust-label { max-width: 170px; color: var(--wr-subtle); font-size: 12px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.wr-trust-logos { display: flex; flex: 1; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 25px 44px; color: #c2ced8; }
.wr-trust-logo { opacity: .58; font-size: 16px; font-weight: 850; filter: grayscale(1); transition: opacity var(--wr-transition), filter var(--wr-transition), transform var(--wr-transition); }
.wr-trust-logo:hover { opacity: 1; filter: none; transform: translateY(-2px); }

/* Glass cards */
.wr-card {
    position: relative;
    padding: 27px;
    overflow: hidden;
    border: 1px solid var(--wr-line);
    border-radius: var(--wr-radius-lg);
    background: linear-gradient(145deg, rgba(255, 255, 255, .068), rgba(255, 255, 255, .025));
    box-shadow: inset 0 1px rgba(255, 255, 255, .06), 0 20px 54px rgba(0, 0, 0, .16);
    backdrop-filter: blur(18px);
    transition: transform var(--wr-transition), border-color var(--wr-transition), background var(--wr-transition), box-shadow var(--wr-transition);
}
.wr-card::after {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 190px;
    height: 190px;
    content: "";
    border-radius: 50%;
    background: rgba(104, 246, 160, .09);
    filter: blur(45px);
    opacity: 0;
    transition: opacity var(--wr-transition), transform 500ms ease;
}
.wr-card:hover { border-color: var(--wr-line-bright); background: linear-gradient(145deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .032)); box-shadow: var(--wr-shadow-green); transform: translateY(-7px); }
.wr-card:hover::after { opacity: 1; transform: translate(45px, 45px); }
.wr-card-icon {
    display: grid;
    width: 49px;
    height: 49px;
    margin-bottom: 22px;
    place-items: center;
    color: var(--wr-green-light);
    border: 1px solid rgba(104, 246, 160, .18);
    border-radius: 15px;
    background: linear-gradient(145deg, rgba(37, 211, 102, .16), rgba(55, 215, 255, .06));
    box-shadow: inset 0 1px rgba(255, 255, 255, .1);
}
.wr-card-icon svg { width: 23px; height: 23px; }
.wr-card-title { margin-bottom: 10px; font-size: 20px; letter-spacing: -.025em; }
.wr-card-copy { color: var(--wr-muted); font-size: 14px; line-height: 1.75; }
.wr-card-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: var(--wr-green-light); font-size: 13px; font-weight: 800; }
.wr-card-link span { transition: transform var(--wr-transition); }
.wr-card-link:hover span { transform: translateX(4px); }

/* Feature showcase */
.wr-showcase { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(40px, 7vw, 90px); }
.wr-showcase.is-reversed { grid-template-columns: 1.12fr .88fr; }
.wr-showcase-copy h2 { margin-bottom: 18px; font-size: clamp(2.2rem, 4.4vw, 4rem); }
.wr-showcase-copy > p { color: var(--wr-muted); font-size: 17px; }
.wr-check-list { display: grid; gap: 13px; margin: 26px 0 0; padding: 0; list-style: none; }
.wr-check-list li { display: flex; align-items: flex-start; gap: 11px; color: #c7d4df; font-size: 14px; }
.wr-check-list li::before { display: grid; width: 21px; height: 21px; flex: 0 0 21px; place-items: center; color: #02170a; border-radius: 7px; background: var(--wr-green-light); content: "✓"; font-size: 12px; font-weight: 900; }
.wr-demo-panel {
    position: relative;
    min-height: 480px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: var(--wr-radius-xl);
    background: linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02));
    box-shadow: var(--wr-shadow);
}
.wr-demo-panel::before { position: absolute; inset: auto 10% -30% 10%; height: 65%; content: ""; border-radius: 50%; background: rgba(37, 211, 102, .17); filter: blur(80px); }

/* Stats */
.wr-stats { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--wr-line); border-radius: var(--wr-radius-lg); background: rgba(255, 255, 255, .035); backdrop-filter: blur(15px); }
.wr-stat { padding: 31px 24px; text-align: center; }
.wr-stat + .wr-stat { border-left: 1px solid var(--wr-line); }
.wr-stat-value { display: block; margin-bottom: 4px; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 900; letter-spacing: -.055em; }
.wr-stat-label { color: var(--wr-muted); font-size: 12px; font-weight: 700; }

/* Pricing */
.wr-pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 22px; }
.wr-price-card { display: flex; min-height: 100%; flex-direction: column; padding: 30px; }
.wr-price-card.is-featured { border-color: rgba(104, 246, 160, .38); background: linear-gradient(155deg, rgba(37, 211, 102, .12), rgba(255, 255, 255, .04)); box-shadow: 0 28px 85px rgba(37, 211, 102, .13); transform: translateY(-10px); }
.wr-price-card.is-featured:hover { transform: translateY(-16px); }
.wr-price-ribbon { position: absolute; top: 18px; right: 18px; padding: 6px 9px; color: #03150a; border-radius: 999px; background: var(--wr-green-light); font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.wr-plan-name { margin-bottom: 7px; font-size: 19px; }
.wr-plan-copy { min-height: 50px; color: var(--wr-muted); font-size: 13px; }
.wr-price { display: flex; align-items: flex-end; gap: 6px; margin: 25px 0 22px; }
.wr-price-currency { margin-bottom: 8px; color: var(--wr-muted); font-size: 19px; font-weight: 800; }
.wr-price-value { font-size: clamp(2.7rem, 5vw, 4rem); font-weight: 900; line-height: .9; letter-spacing: -.07em; }
.wr-price-period { margin-bottom: 5px; color: var(--wr-subtle); font-size: 12px; }
.wr-plan-features { display: grid; flex: 1; align-content: start; gap: 12px; margin: 0 0 27px; padding: 22px 0 0; border-top: 1px solid var(--wr-line); list-style: none; }
.wr-plan-features li { display: flex; gap: 9px; color: #c2d0dc; font-size: 13px; }
.wr-plan-features li::before { color: var(--wr-green-light); content: "✓"; font-weight: 900; }

/* Testimonials */
.wr-quote { display: flex; min-height: 100%; flex-direction: column; }
.wr-stars { margin-bottom: 18px; color: var(--wr-warning); font-size: 14px; letter-spacing: 3px; }
.wr-quote-text { flex: 1; color: #d7e2eb; font-size: 15px; line-height: 1.75; }
.wr-person { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.wr-avatar { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid rgba(255, 255, 255, .15); border-radius: 50%; background: linear-gradient(145deg, rgba(37, 211, 102, .25), rgba(89, 124, 255, .18)); font-size: 12px; font-weight: 900; }
.wr-person strong, .wr-person span { display: block; }
.wr-person strong { font-size: 13px; }
.wr-person span { color: var(--wr-subtle); font-size: 11px; }

/* FAQ */
.wr-faq { display: grid; max-width: 860px; margin: 0 auto; gap: 11px; }
.wr-faq-item { overflow: hidden; border: 1px solid var(--wr-line); border-radius: 16px; background: rgba(255, 255, 255, .035); transition: border-color var(--wr-transition), background var(--wr-transition); }
.wr-faq-item[open] { border-color: rgba(104, 246, 160, .24); background: rgba(255, 255, 255, .055); }
.wr-faq-question { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; cursor: pointer; font-size: 15px; font-weight: 800; list-style: none; }
.wr-faq-question::-webkit-details-marker { display: none; }
.wr-faq-question::after { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; color: var(--wr-green-light); border: 1px solid var(--wr-line); border-radius: 8px; content: "+"; font-size: 18px; transition: transform var(--wr-transition); }
.wr-faq-item[open] .wr-faq-question::after { content: "−"; transform: rotate(180deg); }
.wr-faq-answer { padding: 0 22px 21px; color: var(--wr-muted); font-size: 14px; }

/* CTA */
.wr-cta {
    position: relative;
    padding: clamp(38px, 7vw, 72px);
    overflow: hidden;
    border: 1px solid rgba(104, 246, 160, .24);
    border-radius: var(--wr-radius-xl);
    background:
        radial-gradient(circle at 80% 20%, rgba(55, 215, 255, .13), transparent 30%),
        linear-gradient(135deg, rgba(37, 211, 102, .15), rgba(89, 124, 255, .09) 65%, rgba(255, 255, 255, .035));
    box-shadow: 0 35px 100px rgba(0, 0, 0, .27), inset 0 1px rgba(255, 255, 255, .1);
    text-align: center;
}
.wr-cta::before { position: absolute; top: -150px; left: -80px; width: 350px; height: 350px; content: ""; border-radius: 50%; background: rgba(37, 211, 102, .18); filter: blur(80px); }
.wr-cta h2 { position: relative; max-width: 800px; margin: 0 auto 17px; font-size: clamp(2.2rem, 5vw, 4.5rem); }
.wr-cta p { position: relative; max-width: 620px; margin: 0 auto 28px; color: var(--wr-muted); }
.wr-cta-actions { position: relative; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

/* Forms */
.wr-form-card { padding: clamp(24px, 4vw, 40px); }
.wr-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.wr-field { display: grid; gap: 7px; }
.wr-field-full { grid-column: 1 / -1; }
.wr-label { color: #d9e5ee; font-size: 12px; font-weight: 800; }
.wr-input, .wr-select, .wr-textarea {
    width: 100%;
    min-height: 49px;
    padding: 0 14px;
    color: var(--wr-text);
    outline: 0;
    border: 1px solid var(--wr-line);
    border-radius: 12px;
    background: rgba(3, 12, 23, .55);
    box-shadow: inset 0 1px rgba(255, 255, 255, .025);
    transition: border-color var(--wr-transition), box-shadow var(--wr-transition), background var(--wr-transition);
}
.wr-textarea { min-height: 140px; padding-block: 13px; resize: vertical; }
.wr-select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--wr-muted) 50%), linear-gradient(135deg, var(--wr-muted) 50%, transparent 50%); background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px; background-repeat: no-repeat; background-size: 5px 5px; }
.wr-input::placeholder, .wr-textarea::placeholder { color: #607488; }
.wr-input:hover, .wr-select:hover, .wr-textarea:hover { border-color: rgba(255, 255, 255, .18); }
.wr-input:focus, .wr-select:focus, .wr-textarea:focus { border-color: rgba(104, 246, 160, .55); background: rgba(3, 12, 23, .72); box-shadow: 0 0 0 4px rgba(37, 211, 102, .09); }
.wr-field-help { color: var(--wr-subtle); font-size: 11px; }
.wr-field-error { color: #ff9cab; font-size: 11px; }
.wr-alert { padding: 13px 15px; border: 1px solid var(--wr-line); border-radius: 12px; font-size: 13px; }
.wr-alert-success { color: #bfffd6; border-color: rgba(37, 211, 102, .25); background: rgba(37, 211, 102, .08); }
.wr-alert-danger { color: #ffc3cb; border-color: rgba(255, 107, 125, .25); background: rgba(255, 107, 125, .08); }

/* Inner pages */
.wr-page-hero { position: relative; padding: 94px 0 72px; overflow: hidden; text-align: center; }
.wr-page-hero::before { position: absolute; top: -250px; left: 50%; z-index: -1; width: 780px; height: 520px; content: ""; border-radius: 50%; background: rgba(37, 211, 102, .14); filter: blur(100px); transform: translateX(-50%); }
.wr-page-title { max-width: 850px; margin: 0 auto 18px; font-size: clamp(2.7rem, 6vw, 5.2rem); }
.wr-page-copy { max-width: 680px; margin: 0 auto; color: var(--wr-muted); font-size: 17px; }
.wr-breadcrumb { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 20px; color: var(--wr-subtle); font-size: 12px; }
.wr-breadcrumb a:hover { color: var(--wr-green-light); }

/* Footer */
.wr-footer { position: relative; padding: 74px 0 25px; border-top: 1px solid rgba(255, 255, 255, .065); background: rgba(1, 6, 13, .52); }
.wr-footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .65fr); gap: 45px; }
.wr-footer-about { max-width: 350px; margin-top: 18px; color: var(--wr-muted); font-size: 13px; }
.wr-footer-title { margin-bottom: 17px; color: #dce8f1; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.wr-footer-links { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.wr-footer-links a { color: var(--wr-muted); font-size: 13px; transition: color var(--wr-transition), transform var(--wr-transition); }
.wr-footer-links a:hover { color: var(--wr-green-light); transform: translateX(3px); }
.wr-socials { display: flex; gap: 9px; margin-top: 21px; }
.wr-social { display: grid; width: 38px; height: 38px; place-items: center; color: var(--wr-muted); border: 1px solid var(--wr-line); border-radius: 11px; background: var(--wr-glass); transition: color var(--wr-transition), border-color var(--wr-transition), transform var(--wr-transition), background var(--wr-transition); }
.wr-social:hover { color: var(--wr-green-light); border-color: rgba(104, 246, 160, .28); background: rgba(37, 211, 102, .08); transform: translateY(-3px); }
.wr-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 56px; padding-top: 22px; color: var(--wr-subtle); border-top: 1px solid var(--wr-line); font-size: 11px; }
.wr-footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }
.wr-footer-legal a:hover { color: var(--wr-text); }

/* Utility */
.wr-text-center { text-align: center; }
.wr-text-muted { color: var(--wr-muted); }
.wr-mt-0 { margin-top: 0; }
.wr-mb-0 { margin-bottom: 0; }
.wr-hidden { display: none !important; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 1080px) {
    .wr-nav-links { display: none; }
    .wr-menu-button { display: grid; }
    .wr-hero-grid { grid-template-columns: 1fr 440px; gap: 42px; }
    .wr-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .wr-footer-grid { grid-template-columns: 1.2fr repeat(3, .7fr); gap: 28px; }
}

@media (max-width: 900px) {
    :root { --wr-header-height: 70px; }
    .wr-section { padding: 82px 0; }
    .wr-hero { min-height: auto; padding: 82px 0; }
    .wr-hero-grid, .wr-showcase, .wr-showcase.is-reversed { grid-template-columns: 1fr; }
    .wr-hero-content { text-align: center; }
    .wr-hero-copy { margin-inline: auto; }
    .wr-hero-actions, .wr-hero-note { justify-content: center; }
    .wr-product-stage { width: min(100%, 590px); margin: 0 auto; }
    .wr-product-window { transform: none; }
    .wr-showcase-copy { text-align: center; }
    .wr-check-list { max-width: 570px; margin-inline: auto; text-align: left; }
    .wr-showcase.is-reversed .wr-demo-panel { order: 2; }
    .wr-pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
    .wr-price-card.is-featured { transform: none; }
    .wr-price-card.is-featured:hover { transform: translateY(-7px); }
    .wr-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
    .wr-container { width: min(calc(100% - 28px), var(--wr-container)); }
    .wr-nav-actions > .wr-button-secondary { display: none; }
    .wr-nav-actions > .wr-button-primary { min-height: 41px; padding-inline: 13px; font-size: 12px; }
    .wr-logo { font-size: 18px; }
    .wr-logo-mark { width: 35px; height: 35px; border-radius: 11px; }
    .wr-hero-title { font-size: clamp(2.7rem, 14vw, 4rem); }
    .wr-hero-actions { display: grid; grid-template-columns: 1fr; }
    .wr-hero-actions .wr-button { width: 100%; }
    .wr-product-screen { min-height: 330px; }
    .wr-float-card { display: none; }
    .wr-trust-inner { padding: 28px 0; flex-direction: column; text-align: center; }
    .wr-trust-label { max-width: none; }
    .wr-trust-logos { justify-content: center; }
    .wr-grid-2, .wr-grid-3, .wr-grid-4, .wr-form-grid { grid-template-columns: 1fr; }
    .wr-field-full { grid-column: auto; }
    .wr-card { padding: 23px; }
    .wr-demo-panel { min-height: 390px; border-radius: 25px; }
    .wr-stats { grid-template-columns: repeat(2, 1fr); }
    .wr-stat + .wr-stat { border-left: 0; }
    .wr-stat:nth-child(even) { border-left: 1px solid var(--wr-line); }
    .wr-stat:nth-child(n+3) { border-top: 1px solid var(--wr-line); }
    .wr-cta-actions { display: grid; }
    .wr-footer-grid { grid-template-columns: 1fr; }
    .wr-footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 420px) {
    .wr-nav-actions > .wr-button-primary { display: none; }
    .wr-section { padding: 68px 0; }
    .wr-hero { padding: 65px 0; }
    .wr-hero-note { display: grid; gap: 8px; }
    .wr-product-window { padding: 8px; border-radius: 20px; }
    .wr-product-screen { min-height: 280px; }
    .wr-stat { padding: 24px 12px; }
    .wr-page-hero { padding: 72px 0 55px; }
}
