/* roulang page: index */
:root{
            --berry:#5a2147;
            --berry-deep:#35162f;
            --coral:#d96f61;
            --terracotta:#bf5b4f;
            --cream:#fffaf5;
            --peach:#fff0e7;
            --lilac:#f4edf6;
            --ink:#2f2430;
            --muted:#796e78;
            --line:#eadedb;
            --shadow:0 18px 50px rgba(83,42,62,.10);
            --radius-xl:30px;
            --radius-lg:22px;
        }
        *{box-sizing:border-box}
        html{scroll-behavior:smooth}
        body{margin:0;background:var(--cream);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;line-height:1.75}
        a{text-decoration:none;color:inherit}
        button,input{font:inherit}
        button{cursor:pointer}
        .site-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
        .topline{height:3px;background:linear-gradient(90deg,var(--berry),var(--coral),#edaa76)}
        .site-header{position:sticky;top:0;z-index:30;background:rgba(255,250,245,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(90,33,71,.10)}
        .nav-wrap{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
        .brand{display:flex;align-items:center;gap:11px;font-weight:800;color:var(--berry);letter-spacing:-.02em;white-space:nowrap}
        .brand-mark{width:35px;height:35px;border-radius:12px;background:linear-gradient(135deg,var(--berry),var(--coral));display:grid;place-items:center;color:white;box-shadow:0 8px 18px rgba(90,33,71,.2)}
        .nav-links{display:flex;align-items:center;gap:8px;margin-left:auto}
        .nav-link{padding:9px 15px;border-radius:12px;color:var(--muted);font-size:14px;transition:.25s}
        .nav-link:hover,.nav-link:focus-visible{color:var(--berry);background:var(--peach);outline:none}
        .nav-link.active{color:var(--berry);background:#f7dfd8;font-weight:700}
        .location{display:flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid var(--line);border-radius:12px;color:var(--muted);font-size:13px;white-space:nowrap}
        .location:hover{border-color:var(--coral);color:var(--berry)}
        .menu-toggle{display:none;border:1px solid var(--line);background:#fff7f1;color:var(--berry);border-radius:12px;padding:8px 11px}
        .hero{padding:76px 0 60px;position:relative;overflow:hidden}
        .hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-180px;top:-190px;background:radial-gradient(circle,rgba(217,111,97,.20),transparent 68%);pointer-events:none}
        .eyebrow,.badge{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:700}
        .eyebrow{background:#f8e1dc;color:var(--terracotta)}
        .badge{background:#f4eaf2;color:var(--berry)}
        .hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:70px;align-items:center}
        h1,h2,h3,p{margin-top:0}
        h1{font-size:clamp(38px,5vw,68px);line-height:1.15;letter-spacing:-.055em;color:var(--berry);margin:20px 0 22px;max-width:680px}
        .hero-copy{font-size:17px;color:var(--muted);max-width:610px}
        .actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
        .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:47px;padding:0 19px;border-radius:14px;font-size:14px;font-weight:700;transition:.25s;border:1px solid transparent}
        .btn-primary{color:#fff;background:linear-gradient(115deg,var(--berry),var(--coral));box-shadow:0 12px 24px rgba(90,33,71,.18)}
        .btn-primary:hover,.btn-primary:focus-visible{transform:translateY(-2px);box-shadow:0 16px 28px rgba(90,33,71,.25);outline:none}
        .btn-secondary{color:var(--berry);background:#fff;border-color:var(--line)}
        .btn-secondary:hover,.btn-secondary:focus-visible{background:var(--peach);border-color:var(--coral);outline:none}
        .hero-points{display:flex;flex-wrap:wrap;gap:24px;margin-top:31px}
        .hero-point strong{display:block;color:var(--berry);font-size:22px;line-height:1.2}
        .hero-point span{font-size:12px;color:var(--muted)}
        .visual-card{position:relative;border-radius:var(--radius-xl);background:#fff;padding:25px;box-shadow:var(--shadow);border:1px solid rgba(90,33,71,.10);transform:rotate(1deg)}
        .visual-card:after{content:"";position:absolute;inset:15px -15px -15px 15px;border-radius:var(--radius-xl);background:linear-gradient(135deg,#f5d9d0,#eee3f0);z-index:-1}
        .visual-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:21px;border-bottom:1px solid var(--line)}
        .visual-title{font-size:18px;font-weight:800;color:var(--berry)}
        .status{font-size:11px;color:#9b574d;background:#fff0e7;border-radius:999px;padding:5px 9px}
        .filter-box{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0}
        .filter{padding:7px 11px;border-radius:10px;background:#faf4ef;color:var(--muted);font-size:12px}
        .filter.selected{color:white;background:var(--berry)}
        .preview-list{display:grid;gap:12px}
        .preview-item{display:flex;align-items:center;gap:13px;padding:14px;border-radius:16px;background:#fffaf8;border:1px solid #f1e8e3}
        .preview-dot{width:10px;height:10px;border-radius:50%;background:var(--coral);box-shadow:0 0 0 5px #fbe6df}
        .preview-item b{display:block;font-size:14px;color:var(--ink)}
        .preview-item small{color:var(--muted);font-size:11px}
        .section{padding:84px 0}
        .section-tint{background:var(--lilac)}
        .section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}
        .section-kicker{color:var(--coral);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
        h2{color:var(--berry);font-size:clamp(28px,3.4vw,45px);line-height:1.25;letter-spacing:-.04em;margin:9px 0 10px}
        .section-head p{color:var(--muted);max-width:530px;margin-bottom:0;font-size:15px}
        .pain-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}
        .pain-large,.pain-small,.path-card,.quote-card,.faq-item{border:1px solid var(--line);background:#fff;border-radius:var(--radius-lg);box-shadow:0 8px 28px rgba(83,42,62,.05)}
        .pain-large{padding:34px;background:var(--peach);min-height:260px;display:flex;flex-direction:column;justify-content:space-between}
        .pain-small-wrap{display:grid;gap:18px}
        .pain-small{padding:25px}
        .num{color:var(--coral);font-weight:800;font-size:13px}
        .pain-large h3,.pain-small h3{font-size:21px;color:var(--berry);margin:13px 0 8px}
        .pain-large p,.pain-small p{color:var(--muted);font-size:14px;margin-bottom:0}
        .path{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;position:relative}
        .path-card{padding:27px;position:relative}
        .path-card:nth-child(2){transform:translateY(24px)}
        .path-card:nth-child(3){transform:translateY(48px)}
        .step{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;color:white;background:linear-gradient(135deg,var(--berry),var(--coral));font-weight:800}
        .path-card h3{color:var(--berry);font-size:20px;margin:19px 0 8px}
        .path-card p{font-size:14px;color:var(--muted);margin-bottom:17px}
        .result-panel{border-radius:var(--radius-xl);padding:36px;background:linear-gradient(125deg,#4b1e43,#8e4054);color:#fff;box-shadow:var(--shadow)}
        .result-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:45px;align-items:center}
        .result-panel h2{color:#fff}
        .result-panel p{color:#f4dfe0}
        .metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
        .metric{padding:22px;border-radius:18px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.17)}
        .metric strong{display:block;font-size:32px;line-height:1.1;color:#ffd4bd}
        .metric span{font-size:13px;color:#f5e5e5}
        .content-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}
        .list-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px}
        .list-row{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:18px 0;border-bottom:1px solid #f1e7e3}
        .list-row:last-child{border-bottom:0}
        .list-row h3{font-size:16px;color:var(--berry);margin:7px 0 2px}
        .list-row p{font-size:13px;color:var(--muted);margin:0}
        .arrow{color:var(--coral);font-size:20px}
        .side-card{border-radius:var(--radius-lg);padding:28px;background:#f8e5dc;border:1px solid #efd2c8}
        .side-card h3{color:var(--berry);font-size:21px;margin:0 0 12px}
        .side-card p{font-size:14px;color:var(--muted)}
        .quote-card{padding:34px 40px;background:#fffaf8;position:relative}
        .quote-mark{font-size:65px;line-height:.8;color:#e49b8c;font-family:Georgia,serif}
        .quote-card blockquote{margin:16px 0 23px;font-size:20px;line-height:1.7;color:var(--berry);max-width:820px}
        .quote-meta{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:13px}
        .avatar{width:35px;height:35px;border-radius:50%;background:linear-gradient(135deg,#d88f80,#724263);display:grid;place-items:center;color:white;font-weight:800}
        .faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:45px}
        .faq-list{display:grid;gap:12px}
        .faq-item{overflow:hidden}
        .faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;border:0;background:#fff;padding:19px 21px;color:var(--berry);font-weight:700}
        .faq-question span:last-child{font-size:22px;color:var(--coral);transition:.25s}
        .faq-answer{display:none;padding:0 21px 20px;color:var(--muted);font-size:14px}
        .faq-item.open{border-color:#e5aca2;background:#fffaf8}
        .faq-item.open .faq-answer{display:block}
        .faq-item.open .faq-question span:last-child{transform:rotate(45deg)}
        .faq-question:focus-visible{outline:3px solid rgba(217,111,97,.35);outline-offset:-3px}
        .cta{padding:75px 0}
        .cta-card{border-radius:var(--radius-xl);padding:45px 52px;background:linear-gradient(120deg,#d87867,#713456);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:35px;box-shadow:var(--shadow)}
        .cta-card h2{color:#fff;margin-bottom:10px}
        .cta-card p{color:#ffe9e0;margin-bottom:0;max-width:600px}
        .cta-card .btn-primary{background:#fff;color:var(--berry);box-shadow:none}
        .cta-card .btn-primary:hover{background:#fff4ee}
        .site-footer{background:var(--berry-deep);color:#ead7df;padding:48px 0 25px}
        .footer-grid{display:grid;grid-template-columns:1.4fr .7fr .7fr;gap:50px}
        .footer-brand{color:#fff;font-weight:800;font-size:18px}
        .footer-copy{font-size:13px;color:#cdb4c0;max-width:340px;margin:14px 0 22px}
        .footer-title{color:#fff;font-size:13px;font-weight:700;margin-bottom:13px}
        .footer-link{display:block;color:#cdb4c0;font-size:13px;margin:8px 0;transition:.2s}
        .footer-link:hover{color:#ffd2c2}
        .copyright{border-top:1px solid rgba(255,255,255,.13);margin-top:38px;padding-top:18px;font-size:12px;color:#ad91a0;display:flex;justify-content:space-between;gap:20px}
        .float-bar{position:fixed;right:22px;bottom:22px;z-index:20;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px 12px;box-shadow:0 12px 30px rgba(65,28,48,.15);display:flex;align-items:center;gap:12px;font-size:12px;color:var(--berry)}
        @media(max-width:900px){
            .nav-links{display:none}.menu-toggle{display:block}.location{margin-left:auto}
            .nav-wrap{gap:10px}.hero-grid,.result-grid,.faq-grid,.content-layout{grid-template-columns:1fr;gap:35px}
            .path{grid-template-columns:1fr}.path-card:nth-child(2),.path-card:nth-child(3){transform:none}
            .cta-card{display:block}.cta-card .actions{margin-top:24px}
        }
        @media(max-width:620px){
            .site-container{width:min(100% - 28px,1180px)}
            .brand{font-size:13px;gap:7px}.brand-mark{width:30px;height:30px;border-radius:10px}
            .location{font-size:11px;padding:7px 8px}.hero{padding:52px 0 35px}
            h1{font-size:39px}.hero-copy{font-size:15px}.section{padding:58px 0}
            .section-head{display:block}.section-head p{margin-top:15px}
            .pain-grid,.metrics{grid-template-columns:1fr}.visual-card{transform:none;padding:18px}
            .pain-large{min-height:220px}.cta-card{padding:32px 24px}.quote-card{padding:27px 24px}
            .quote-card blockquote{font-size:17px}.footer-grid{grid-template-columns:1fr;gap:25px}
            .copyright{display:block}.copyright span{display:block;margin-top:6px}.float-bar{left:14px;right:14px;bottom:14px;justify-content:space-between}
        }

/* roulang page: category1 */
:root{
      --berry:#5a2147;
      --berry-deep:#35162f;
      --coral:#d96f61;
      --terracotta:#bf5b4f;
      --cream:#fffaf5;
      --peach:#fff0e7;
      --lilac:#f4edf6;
      --ink:#2f2430;
      --muted:#796e78;
      --line:#eadedb;
      --shadow:0 18px 50px rgba(83,42,62,.10);
      --shadow-soft:0 8px 28px rgba(83,42,62,.06);
      --radius-xl:30px;
      --radius-lg:22px;
      --radius-md:16px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;background:var(--cream);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;line-height:1.75}
    a{text-decoration:none;color:inherit}
    button,input{font:inherit}
    button{cursor:pointer}
    .site-container{width:min(1180px,calc(100% - 40px));margin:0 auto}
    .site-header{position:sticky;top:0;z-index:30;background:rgba(255,250,245,.95);backdrop-filter:blur(16px);border-bottom:1px solid rgba(90,33,71,.1)}
    .nav-wrap{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
    .brand{display:flex;align-items:center;gap:11px;font-weight:800;color:var(--berry);letter-spacing:-.02em;white-space:nowrap}
    .brand-mark{width:35px;height:35px;border-radius:12px;background:linear-gradient(135deg,var(--berry),var(--coral));display:grid;place-items:center;color:white;box-shadow:0 8px 18px rgba(90,33,71,.2)}
    .nav-links{display:flex;align-items:center;gap:8px;margin-left:auto}
    .nav-link{padding:9px 15px;border-radius:12px;color:var(--muted);font-size:14px;transition:.25s}
    .nav-link:hover,.nav-link:focus-visible{color:var(--berry);background:var(--peach);outline:none}
    .nav-link.active{color:var(--berry);background:#f7dfd8;font-weight:700}
    .location-pill{display:flex;align-items:center;gap:7px;padding:9px 13px;border:1px solid var(--line);border-radius:12px;color:var(--muted);font-size:13px;background:#fff}
    .location-pill:hover{border-color:var(--coral);color:var(--berry)}
    .menu-toggle{display:none;border:1px solid var(--line);background:#fff7f1;color:var(--berry);border-radius:12px;padding:8px 11px}
    .hero{padding:76px 0 68px;position:relative;overflow:hidden}
    .hero:before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;right:-190px;top:-210px;background:radial-gradient(circle,rgba(217,111,97,.2),transparent 68%);pointer-events:none}
    .eyebrow,.badge{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:700}
    .eyebrow{background:#f8e1dc;color:var(--terracotta)}
    .badge{background:#f4eaf2;color:var(--berry)}
    .hero-grid{display:grid;grid-template-columns:1fr .92fr;gap:70px;align-items:center}
    h1{margin:18px 0 18px;color:var(--berry);font-size:clamp(36px,5vw,62px);line-height:1.18;letter-spacing:-.055em}
    h2{margin:0;color:var(--berry);font-size:clamp(28px,3.5vw,42px);line-height:1.3;letter-spacing:-.035em}
    h3{line-height:1.35}
    .hero-copy{font-size:17px;color:var(--muted);max-width:620px}
    .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:29px}
    .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:47px;padding:0 19px;border-radius:14px;font-size:14px;font-weight:700;transition:.25s;border:1px solid transparent}
    .btn-primary{color:#fff;background:linear-gradient(115deg,var(--berry),var(--coral));box-shadow:0 12px 24px rgba(90,33,71,.18)}
    .btn-primary:hover,.btn-primary:focus-visible{transform:translateY(-2px);box-shadow:0 16px 28px rgba(90,33,71,.25);outline:none}
    .btn-secondary{color:var(--berry);background:#fff;border-color:var(--line)}
    .btn-secondary:hover,.btn-secondary:focus-visible{background:var(--peach);border-color:var(--coral);outline:none}
    .hero-points{display:flex;flex-wrap:wrap;gap:24px;margin-top:31px}
    .hero-point strong{display:block;color:var(--berry);font-size:22px;line-height:1.2}
    .hero-point span{font-size:12px;color:var(--muted)}
    .visual-card{position:relative;border-radius:var(--radius-xl);background:#fff;padding:25px;box-shadow:var(--shadow);border:1px solid rgba(90,33,71,.1);transform:rotate(1deg)}
    .visual-card:after{content:"";position:absolute;inset:15px -15px -15px 15px;border-radius:var(--radius-xl);background:linear-gradient(135deg,#f5d9d0,#eee3f0);z-index:-1}
    .visual-title{font-size:18px;font-weight:800;color:var(--berry)}
    .preview-list{display:grid;gap:12px;margin-top:18px}
    .preview-item{display:flex;align-items:center;gap:13px;padding:14px;border-radius:16px;background:#fffaf8;border:1px solid #f1e8e3}
    .preview-item b{display:block;font-size:14px;color:var(--ink)}
    .preview-item small{color:var(--muted);font-size:11px}
    .preview-icon{width:34px;height:34px;border-radius:11px;background:#f7dfd8;color:var(--terracotta);display:grid;place-items:center;font-weight:800}
    .section{padding:84px 0}
    .section-tint{background:var(--lilac)}
    .section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}
    .section-kicker{color:var(--coral);font-size:12px;font-weight:800;letter-spacing:.12em}
    .section-head p{color:var(--muted);max-width:530px;margin:0;font-size:15px}
    .content-layout{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:start}
    .filter-card,.content-card,.faq-item{border:1px solid var(--line);background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}
    .filter-card{padding:22px;position:sticky;top:98px}
    .filter-title{font-size:16px;font-weight:800;color:var(--berry);margin-bottom:16px}
    .filter-label{font-size:12px;color:var(--muted);margin:18px 0 8px;display:block}
    .filter-option{display:block;width:100%;text-align:left;padding:10px 12px;border:1px solid transparent;border-radius:12px;background:#fffaf8;color:var(--muted);font-size:13px;margin-bottom:7px;transition:.2s}
    .filter-option:hover,.filter-option.selected{background:#f7dfd8;color:var(--berry);border-color:#edc5bd}
    .content-list{display:grid;gap:16px}
    .content-card{padding:24px;display:flex;justify-content:space-between;gap:25px;align-items:center;transition:.25s}
    .content-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#e6b4aa}
    .card-label{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px}
    .content-card h3{margin:0 0 7px;color:var(--berry);font-size:20px}
    .content-card p{margin:0;color:var(--muted);font-size:14px;max-width:650px}
    .card-meta{margin-top:13px;color:#a18e98;font-size:12px}
    .card-arrow{min-width:42px;height:42px;border-radius:14px;background:var(--peach);color:var(--coral);display:grid;place-items:center;font-size:21px}
    .stat-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:25px}
    .stat{padding:20px;border-radius:18px;background:#fff;border:1px solid var(--line)}
    .stat strong{display:block;color:var(--berry);font-size:25px}
    .stat span{font-size:12px;color:var(--muted)}
    .faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:45px}
    .faq-list{display:grid;gap:12px}
    .faq-item{overflow:hidden}
    .faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;border:0;background:#fff;padding:19px 21px;color:var(--berry);font-weight:700}
    .faq-question span:last-child{font-size:22px;color:var(--coral);transition:.25s}
    .faq-answer{display:none;padding:0 21px 20px;color:var(--muted);font-size:14px}
    .faq-item.open{border-color:#e5aca2;background:#fffaf8}
    .faq-item.open .faq-answer{display:block}
    .faq-item.open .faq-question span:last-child{transform:rotate(45deg)}
    .faq-question:focus-visible{outline:3px solid rgba(217,111,97,.3);outline-offset:-3px}
    .cta{padding:58px 0}
    .cta-card{border-radius:var(--radius-xl);padding:44px 50px;background:linear-gradient(115deg,var(--berry-deep),var(--berry) 56%,var(--coral));color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;overflow:hidden}
    .cta-card:after{content:"";position:absolute;width:250px;height:250px;border:1px solid rgba(255,255,255,.16);border-radius:50%;right:8%;top:-110px}
    .cta-card h2{color:#fff;max-width:650px}
    .cta-card p{color:rgba(255,255,255,.76);max-width:620px;margin:12px 0 0}
    .cta-card .btn-secondary{background:#fff;border-color:#fff}
    .site-footer{background:var(--berry-deep);color:#fff;padding:54px 0 25px}
    .footer-grid{display:grid;grid-template-columns:1.5fr .7fr .9fr;gap:50px}
    .footer-brand{font-size:20px;font-weight:800;margin-bottom:12px}
    .footer-copy{color:rgba(255,255,255,.65);font-size:14px;max-width:350px;margin:0 0 17px}
    .footer-title{font-size:13px;font-weight:800;color:#ffd9cf;margin-bottom:14px}
    .footer-link{display:block;color:rgba(255,255,255,.65);font-size:13px;margin:9px 0;transition:.2s}
    .footer-link:hover{color:#fff;transform:translateX(2px)}
    .copyright{border-top:1px solid rgba(255,255,255,.13);margin-top:42px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.48);font-size:12px}
    @media(max-width:900px){
      .hero-grid{grid-template-columns:1fr;gap:45px}.content-layout{grid-template-columns:1fr}.filter-card{position:static}.faq-grid{grid-template-columns:1fr;gap:28px}
    }
    @media(max-width:700px){
      .site-container{width:min(100% - 28px,1180px)}.nav-wrap{min-height:68px}.brand{font-size:14px}.brand-mark{width:32px;height:32px}
      .nav-links{display:none;position:absolute;left:14px;right:14px;top:74px;padding:10px;background:#fffaf5;border:1px solid var(--line);border-radius:17px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav-links.show{display:flex}.nav-link{text-align:center}.menu-toggle{display:block}
      .location-pill{margin-left:auto}.hero{padding:54px 0 45px}h1{font-size:40px}.hero-copy{font-size:15px}.section{padding:62px 0}.section-head{display:block}.section-head p{margin-top:12px}.content-card{align-items:flex-start;padding:20px}.content-card h3{font-size:17px}.card-arrow{min-width:36px;height:36px}.stat-strip{grid-template-columns:1fr 1fr}.stat:last-child{grid-column:span 2}.cta-card{display:block;padding:34px 25px}.cta-card .hero-actions{margin-top:24px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-grid>div:first-child{grid-column:span 2}.copyright{display:block}.copyright span{display:block;margin-top:5px}
    }
    @media(max-width:420px){.location-pill{font-size:0;padding:9px}.location-pill:first-letter{font-size:14px}.hero-actions .btn{width:100%}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}}
