/* ═══════════════════════════════════════════════
   OPS JARC e.U. – Shared Stylesheet v1.0
   Design: Apple-inspired · Brand: #2D7D3A
   ═══════════════════════════════════════════════ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --g:#2D7D3A;--gl:#4CAF50;--gd:#1B5E20;--gm:#388E3C;
  --dark:#1d1d1f;--dark2:#0a0a0a;
  --gray:#f5f5f7;--gray2:#e8e8ed;--gray3:#d1d1d6;
  --muted:#6e6e73;--mutd:#a1a1a6;--white:#fff;
  --ease:cubic-bezier(0.16,1,0.3,1);
  --ease-a:cubic-bezier(0.25,0.1,0.25,1);
  --r-sm:10px;--r-md:16px;--r-lg:20px;--r-xl:28px;
  --shadow-sm:0 2px 12px rgba(0,0,0,.05);
  --shadow-md:0 8px 32px rgba(0,0,0,.08);
  --shadow-lg:0 20px 56px rgba(0,0,0,.12);
}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;background:var(--white);color:var(--dark);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img{max-width:100%;height:auto;display:block}
a{text-decoration:none;color:inherit}
button{font-family:inherit;cursor:pointer}
.skip{position:absolute;top:-40px;left:0;background:var(--g);color:#fff;padding:8px 16px;z-index:9999;border-radius:0 0 8px 0;font-size:14px;transition:top .2s}
.skip:focus{top:0}

/* NAV */
.nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:54px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc(50% - 600px));backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);background:rgba(255,255,255,0.82);border-bottom:1px solid rgba(0,0,0,0.08);transition:background .4s,border-color .4s}
.nav.dark{background:rgba(10,10,10,0.85);border-bottom-color:rgba(255,255,255,0.08)}
.nav-logo{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;letter-spacing:-.02em;color:var(--dark);transition:color .3s}
.nav.dark .nav-logo{color:var(--white)}
.nav-logo-img{width:32px;height:32px;object-fit:contain}
.nav-links{display:flex;gap:4px;list-style:none;position:absolute;left:50%;transform:translateX(-50%)}
.nav-links a{font-size:13px;color:var(--muted);padding:6px 12px;border-radius:8px;transition:color .2s,background .2s;white-space:nowrap}
.nav-links a:hover,.nav-links a.active{color:var(--dark);background:rgba(0,0,0,.05)}
.nav.dark .nav-links a{color:rgba(255,255,255,.55)}
.nav.dark .nav-links a:hover,.nav.dark .nav-links a.active{color:var(--white);background:rgba(255,255,255,.08)}
.nav-drop{position:relative}
.nav-drop-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(-8px);background:var(--white);border:0.5px solid var(--gray2);border-radius:var(--r-lg);padding:8px;min-width:270px;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;transition:opacity .25s var(--ease),transform .25s var(--ease);pointer-events:none}
.nav-drop:hover .nav-drop-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);pointer-events:auto}
.nav-drop-menu a{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--dark);padding:9px 12px;border-radius:8px;transition:background .15s,color .15s}
.nav-drop-menu a:hover{background:var(--gray);color:var(--g)}
.dm-icon{width:28px;height:28px;border-radius:7px;background:linear-gradient(135deg,var(--gd),var(--g));display:flex;align-items:center;justify-content:center;flex-shrink:0}
.dm-icon svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.nav-cta{font-size:13px;font-weight:500;color:var(--white);background:var(--g);padding:8px 18px;border-radius:100px;transition:background .2s,transform .25s var(--ease);white-space:nowrap}
.nav-cta:hover{background:var(--gd);transform:scale(1.04)}
.nav-mobile-btn{display:none;background:none;border:none;padding:6px}
.nav-mobile-btn span{display:block;width:20px;height:1.5px;background:var(--dark);margin:4px 0;transition:.3s}
.nav.dark .nav-mobile-btn span{background:var(--white)}
.mobile-nav{display:none;position:fixed;inset:0;background:rgba(10,10,10,.97);z-index:999;flex-direction:column;align-items:center;justify-content:center;gap:22px;padding:80px 24px}
.mobile-nav.open{display:flex}
.mobile-nav a{font-size:20px;font-weight:500;color:rgba(255,255,255,.82);transition:color .2s;padding:4px 0}
.mobile-nav a:hover{color:var(--gl)}
.mn-divider{width:40px;height:1px;background:rgba(255,255,255,.1)}
.mn-close{position:fixed;top:20px;right:24px;background:none;border:none;color:rgba(255,255,255,.5);font-size:30px;line-height:1;padding:8px}

/* INNER HERO */
.page-hero{background:var(--dark2);padding:120px 24px 72px;position:relative;overflow:hidden}
.page-hero-mesh{position:absolute;inset:0;background:radial-gradient(ellipse 70% 80% at 5% 70%,rgba(45,125,58,.45) 0%,transparent 55%),radial-gradient(ellipse 50% 50% at 95% 15%,rgba(56,142,60,.28) 0%,transparent 50%)}
.page-hero-in{position:relative;z-index:1;max-width:1120px;margin:0 auto}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:rgba(255,255,255,.4);margin-bottom:20px;flex-wrap:wrap}
.breadcrumb a{color:rgba(255,255,255,.4);transition:color .2s}
.breadcrumb a:hover{color:rgba(255,255,255,.8)}
.breadcrumb span{color:rgba(255,255,255,.25)}
.page-hero h1{font-size:clamp(30px,5vw,56px);font-weight:600;letter-spacing:-.03em;line-height:1.08;color:var(--white);margin-bottom:16px}
.page-hero-sub{font-size:clamp(14px,2vw,17px);color:rgba(255,255,255,.55);line-height:1.7;max-width:560px;font-weight:300}
.page-hero-badge{display:inline-flex;align-items:center;gap:7px;background:rgba(76,175,80,.15);border:1px solid rgba(76,175,80,.3);color:var(--gl);font-size:12px;font-weight:500;padding:5px 14px;border-radius:100px;margin-bottom:20px}

/* SECTIONS */
.sec{padding:96px 24px}.sec-in{max-width:1120px;margin:0 auto}
.gray-sec{background:var(--gray)}.dark-sec{background:var(--dark)}
.dark-sec .eyebrow{color:var(--gl)}.dark-sec .sec-h2{color:var(--white)}.dark-sec .sec-sub{color:var(--mutd)}
.eyebrow{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--g);margin-bottom:12px;display:block}
.sec-h2{font-size:clamp(28px,4vw,48px);font-weight:600;letter-spacing:-.025em;line-height:1.1;margin-bottom:16px}
.sec-sub{font-size:17px;color:var(--muted);line-height:1.7;max-width:560px}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:500;padding:13px 28px;border-radius:100px;letter-spacing:-.01em;transition:transform .3s var(--ease),opacity .2s,background .2s;font-family:inherit;border:none;cursor:pointer}
.btn-primary{background:var(--g);color:var(--white)}.btn-primary:hover{background:var(--gd);transform:scale(1.04)}
.btn-secondary{background:transparent;border:1.5px solid var(--g);color:var(--g)}.btn-secondary:hover{background:var(--g);color:var(--white);transform:scale(1.04)}
.btn-white{background:var(--white);color:var(--gd)}.btn-white:hover{opacity:.9;transform:scale(1.04)}
.btn-ghost{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:var(--white)}.btn-ghost:hover{background:rgba(255,255,255,.16);transform:scale(1.04)}
.btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.btn-sm{font-size:13px;padding:9px 20px}.btn-lg{font-size:16px;padding:16px 36px}

/* SERVICE PAGE */
.svc-page-grid{display:grid;grid-template-columns:1fr 340px;gap:56px;align-items:start;margin-top:56px}
.svc-intro{font-size:17px;line-height:1.8;color:var(--muted);margin-bottom:40px}
.svc-section{margin-bottom:48px}
.svc-section h2{font-size:22px;font-weight:600;letter-spacing:-.02em;margin-bottom:16px}
.svc-section p{font-size:15px;color:var(--muted);line-height:1.8;margin-bottom:12px}
.benefit-list{list-style:none;display:flex;flex-direction:column;gap:10px}
.benefit-list li{display:flex;align-items:flex-start;gap:10px;font-size:15px;line-height:1.5}
.bi{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,var(--gd),var(--g));display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.bi svg{width:12px;height:12px;stroke:var(--white);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.process-steps{display:flex;flex-direction:column;gap:0}
.process-step{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid var(--gray2);align-items:flex-start}
.process-step:last-child{border-bottom:none}
.ps-num{width:36px;height:36px;border-radius:50%;background:var(--g);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0}
.ps-text h4{font-size:15px;font-weight:500;margin-bottom:4px}
.ps-text p{font-size:13px;color:var(--muted);line-height:1.6}
.svc-sidebar{position:sticky;top:80px}
.sidebar-card{background:var(--gray);border-radius:var(--r-xl);padding:28px;margin-bottom:20px}
.sidebar-card h3{font-size:16px;font-weight:600;margin-bottom:16px}
.sidebar-card p{font-size:14px;color:var(--muted);line-height:1.7;margin-bottom:16px}
.sidebar-links{display:flex;flex-direction:column;gap:2px}
.sidebar-links a{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);padding:9px 0;border-bottom:1px solid var(--gray2);transition:color .2s}
.sidebar-links a:last-child{border-bottom:none}
.sidebar-links a:hover{color:var(--g)}
.sidebar-links a svg{width:14px;height:14px;stroke:var(--g);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.sidebar-cta{background:linear-gradient(135deg,var(--gd),var(--g));border-radius:var(--r-xl);padding:28px;text-align:center;color:var(--white)}
.sidebar-cta h3{font-size:16px;font-weight:600;margin-bottom:8px}
.sidebar-cta p{font-size:13px;opacity:.75;margin-bottom:18px;line-height:1.6}

/* FAQ */
.faq{display:flex;flex-direction:column}
.faq-item{border-bottom:1px solid var(--gray2)}
.faq-q{display:flex;justify-content:space-between;align-items:center;padding:18px 0;cursor:pointer;font-size:16px;font-weight:500;letter-spacing:-.01em;user-select:none;gap:16px;background:none;border:none;width:100%;text-align:left;font-family:inherit;color:var(--dark)}
.faq-q svg{width:20px;height:20px;stroke:var(--g);fill:none;stroke-width:1.8;stroke-linecap:round;flex-shrink:0;transition:transform .3s var(--ease)}
.faq-item.open .faq-q svg{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s var(--ease),padding .3s;font-size:15px;color:var(--muted);line-height:1.75}
.faq-item.open .faq-a{max-height:400px;padding-bottom:18px}

/* BLOG */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px}
.blog-card{background:var(--white);border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .4s var(--ease),box-shadow .4s var(--ease)}
.blog-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}
.blog-thumb{height:180px;overflow:hidden;position:relative;background:var(--dark);display:flex;align-items:center;justify-content:center}
.blog-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}
.blog-card:hover .blog-thumb img{transform:scale(1.06)}
.blog-thumb-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5),transparent)}
.blog-thumb svg{width:48px;height:48px;stroke:rgba(255,255,255,.3);fill:none;stroke-width:1.2}
.blog-tag{position:absolute;top:12px;left:12px;background:rgba(45,125,58,.88);color:var(--white);font-size:10px;font-weight:500;padding:3px 10px;border-radius:100px}
.blog-body{padding:22px 24px 26px}
.blog-date{font-size:11px;color:var(--muted);margin-bottom:8px}
.blog-body h3{font-size:16px;font-weight:500;letter-spacing:-.01em;margin-bottom:8px;line-height:1.4}
.blog-body p{font-size:13px;color:var(--muted);line-height:1.7;margin-bottom:16px}
.blog-link{font-size:13px;font-weight:500;color:var(--g);display:inline-flex;align-items:center;gap:3px;transition:gap .2s}
.blog-link:hover{gap:8px}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1fr 400px;gap:64px;align-items:start;margin-top:56px}
.form-group{margin-bottom:20px}
.form-group label{display:block;font-size:13px;font-weight:500;margin-bottom:7px}
.form-group input,.form-group select,.form-group textarea{width:100%;background:var(--gray);border:1px solid transparent;border-radius:var(--r-md);padding:13px 16px;font-size:15px;font-family:inherit;color:var(--dark);transition:border-color .2s,background .2s,box-shadow .2s;resize:vertical;appearance:none;-webkit-appearance:none}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--g);background:var(--white);box-shadow:0 0 0 3px rgba(45,125,58,.1)}
.form-group textarea{min-height:130px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-check{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--muted);margin-bottom:20px}
.form-check input[type=checkbox]{width:16px;height:16px;flex-shrink:0;accent-color:var(--g);margin-top:2px}
.contact-info-card{background:var(--dark);border-radius:var(--r-xl);padding:32px;margin-bottom:20px}
.contact-info-card h3{font-size:18px;font-weight:600;color:var(--white);margin-bottom:24px}
.ci-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px}
.ci-row:last-child{margin-bottom:0}
.ci-icon{width:36px;height:36px;border-radius:9px;background:rgba(76,175,80,.15);border:1px solid rgba(76,175,80,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ci-icon svg{width:16px;height:16px;stroke:var(--gl);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ci-text strong{display:block;font-size:12px;font-weight:500;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px}
.ci-text a,.ci-text span{font-size:14px;color:rgba(255,255,255,.82);transition:color .2s}
.ci-text a:hover{color:var(--gl)}

/* ABOUT */
.about-intro-grid{display:grid;grid-template-columns:auto 1fr;gap:40px;align-items:start;margin-bottom:64px}
.about-av{width:110px;height:110px;border-radius:50%;background:linear-gradient(140deg,var(--gd),var(--gl));display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:600;color:var(--white);flex-shrink:0}
.about-av-name{font-size:clamp(24px,4vw,34px);font-weight:600;letter-spacing:-.025em;margin-bottom:6px}
.about-av-role{font-size:14px;color:var(--muted);margin-bottom:20px;line-height:1.6}
.about-av-bio{font-size:16px;color:var(--muted);line-height:1.85}
.timeline{display:flex;flex-direction:column;position:relative}
.timeline::before{content:'';position:absolute;left:57px;top:8px;bottom:8px;width:1px;background:var(--gray2)}
.tl-item{display:flex;gap:20px;align-items:flex-start;padding:20px 0;transition:transform .3s var(--ease)}
.tl-item:hover{transform:translateX(6px)}
.tl-year{font-size:11px;font-weight:600;color:var(--g);width:44px;flex-shrink:0;padding-top:5px;text-align:right}
.tl-dot{width:13px;height:13px;border-radius:50%;background:var(--white);border:2.5px solid var(--g);flex-shrink:0;margin-top:4px;position:relative;z-index:1;transition:background .2s}
.tl-item:hover .tl-dot{background:var(--g)}
.tl-text h4{font-size:16px;font-weight:500;margin-bottom:4px}
.tl-text p{font-size:13px;color:var(--muted);line-height:1.6}
.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}
.value-card{background:var(--gray);border-radius:var(--r-xl);padding:28px 24px;text-align:center;transition:transform .4s var(--ease)}
.value-card:hover{transform:translateY(-6px)}
.value-icon{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,var(--gd),var(--g));display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.value-icon svg{width:26px;height:26px;stroke:var(--white);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.value-card h3{font-size:16px;font-weight:500;margin-bottom:8px}
.value-card p{font-size:13px;color:var(--muted);line-height:1.65}

/* REFS */
.ref-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:48px}
.ref-card{background:var(--white);border:1px solid var(--gray2);border-radius:var(--r-xl);padding:32px 28px;transition:transform .4s var(--ease),box-shadow .4s var(--ease),border-color .3s}
.ref-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:transparent}
.ref-card-top{display:flex;gap:16px;align-items:flex-start;margin-bottom:16px}
.ref-logo-pl{width:52px;height:52px;border-radius:13px;background:linear-gradient(135deg,var(--gd),var(--g));display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:16px;font-weight:700;color:var(--white)}
.ref-card-top h3{font-size:17px;font-weight:600;margin-bottom:3px}
.ref-card-top span{font-size:12px;color:var(--muted)}
.ref-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}
.ref-tag{background:var(--gray);border-radius:100px;padding:3px 10px;font-size:11px;color:var(--muted)}
.ref-card p{font-size:14px;color:var(--muted);line-height:1.7}

/* CTA BLOCK */
.cta-block{background:linear-gradient(148deg,var(--gd) 0%,var(--g) 55%,#43A047 100%);padding:100px 24px;text-align:center;position:relative;overflow:hidden}
.cta-block-in{position:relative;z-index:1;max-width:680px;margin:0 auto}
.cta-block h2{font-size:clamp(28px,4vw,48px);font-weight:600;letter-spacing:-.025em;color:var(--white);line-height:1.1;margin-bottom:14px}
.cta-block p{font-size:17px;color:rgba(255,255,255,.7);margin-bottom:36px}
.cta-note{font-size:13px;color:rgba(255,255,255,.4);margin-top:14px}

/* TRUST */
.trust-bar{padding:56px 24px;background:var(--white);border-bottom:1px solid var(--gray2)}
.trust-grid{max-width:960px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:16px;text-align:center}
.trust-num{font-size:clamp(26px,3.5vw,42px);font-weight:600;letter-spacing:-.04em;color:var(--g);line-height:1;margin-bottom:6px}
.trust-label{font-size:12px;color:var(--muted);line-height:1.4}

/* TESTIMONIAL */
.testi{text-align:center}
.testi-in{max-width:760px;margin:0 auto}
.stars{display:flex;gap:5px;justify-content:center;margin-bottom:28px}
.star{width:20px;height:20px;background:#F59E0B;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}
.testi-q{font-size:clamp(16px,2.5vw,22px);font-weight:300;font-style:italic;line-height:1.65;color:var(--dark);margin-bottom:24px;position:relative;padding:0 20px}
.testi-q::before{content:'"';font-size:72px;color:rgba(45,125,58,.12);font-family:Georgia,serif;position:absolute;top:-16px;left:0;line-height:1;font-style:normal}
.testi-author{font-size:14px;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:12px}
.testi-author::before,.testi-author::after{content:'';flex:1;max-width:60px;height:1px;background:var(--gray2)}

/* LEGAL */
.legal-content{max-width:760px;margin:0 auto;padding:80px 24px}
.legal-content h1{font-size:clamp(26px,4vw,38px);font-weight:600;margin-bottom:8px}
.legal-date{font-size:13px;color:var(--muted);margin-bottom:48px;display:block}
.legal-content h2{font-size:20px;font-weight:600;margin:36px 0 12px;padding-top:12px;border-top:1px solid var(--gray2)}
.legal-content h3{font-size:16px;font-weight:500;margin:20px 0 8px}
.legal-content p{font-size:15px;color:var(--muted);line-height:1.8;margin-bottom:14px}
.legal-content ul{padding-left:20px;margin-bottom:14px}
.legal-content li{font-size:15px;color:var(--muted);line-height:1.8;margin-bottom:6px}
.legal-content a{color:var(--g)}
.legal-content strong{color:var(--dark);font-weight:500}
.legal-box{background:var(--gray);border-radius:var(--r-md);padding:20px 24px;margin:20px 0;border-left:3px solid var(--g)}
.legal-box p{margin-bottom:6px}.legal-box p:last-child{margin-bottom:0}

/* FOOTER */
footer{background:#000;padding:56px 24px 32px}
.footer-in{max-width:1120px;margin:0 auto}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}
.footer-brand-name{font-size:18px;font-weight:600;color:rgba(255,255,255,.9);letter-spacing:-.02em;margin-bottom:8px}
.footer-brand-desc{font-size:13px;color:rgba(255,255,255,.3);line-height:1.7}
.footer-social{display:flex;gap:10px;margin-top:18px}
.footer-social a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}
.footer-social a:hover{background:rgba(45,125,58,.3);border-color:rgba(76,175,80,.4)}
.footer-social svg{width:15px;height:15px;stroke:rgba(255,255,255,.6);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.footer-col h4{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.09em;color:rgba(255,255,255,.3);margin-bottom:16px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-col a{font-size:13px;color:rgba(255,255,255,.45);transition:color .2s}
.footer-col a:hover{color:rgba(255,255,255,.88)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.footer-bottom span{font-size:12px;color:rgba(255,255,255,.25)}
.footer-bottom-links{display:flex;gap:20px}
.footer-bottom-links a{font-size:12px;color:rgba(255,255,255,.3);transition:color .2s}
.footer-bottom-links a:hover{color:rgba(255,255,255,.75)}

/* ANIMATIONS */
.rv{opacity:0;transform:translateY(44px);transition:opacity .9s var(--ease),transform .9s var(--ease)}
.rv.in{opacity:1;transform:translateY(0)}
.d1{transition-delay:.08s}.d2{transition-delay:.16s}.d3{transition-delay:.24s}
.d4{transition-delay:.32s}.d5{transition-delay:.40s}.d6{transition-delay:.48s}

/* STRIP */
.strip{background:var(--dark);padding:72px 24px}
.strip-grid{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.07);border-radius:var(--r-xl);overflow:hidden}
.strip-item{background:var(--dark);padding:40px 36px;transition:background .3s}
.strip-item:hover{background:rgba(255,255,255,.03)}
.strip-num{font-size:48px;font-weight:600;letter-spacing:-.04em;color:#66BB6A;line-height:1;margin-bottom:8px}
.strip-item h3{font-size:16px;font-weight:500;color:var(--white);margin-bottom:6px}
.strip-item p{font-size:13px;color:var(--mutd);line-height:1.7}

/* QR CONTACT */
.qr-sec{padding:80px 24px}
.qr-in{max-width:900px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center}
.qr-text h2{font-size:clamp(24px,3vw,36px);font-weight:600;letter-spacing:-.025em;margin-bottom:12px}
.qr-text p{font-size:15px;color:var(--muted);line-height:1.7;margin-bottom:24px}
.qr-contacts{display:flex;flex-direction:column;gap:12px}
.qr-ci{display:flex;align-items:center;gap:10px;font-size:14px}
.qr-ci svg{width:16px;height:16px;stroke:var(--g);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.qr-frame{background:var(--white);border-radius:var(--r-xl);padding:16px;box-shadow:var(--shadow-md);transition:transform .4s var(--ease),box-shadow .4s var(--ease)}
.qr-frame:hover{transform:scale(1.04);box-shadow:0 0 0 3px rgba(76,175,80,.35),var(--shadow-lg)}
.qr-frame img{width:200px;height:200px;object-fit:contain;display:block;border-radius:8px}
.qr-hint{font-size:11px;color:var(--muted);text-align:center;margin-top:10px}

/* FORM MESSAGES */
.form-msg{padding:14px 20px;border-radius:var(--r-md);font-size:14px;margin-top:12px;display:none}
.form-msg.show-success{display:block;background:#EAF3DE;color:var(--gd);border:1px solid rgba(45,125,58,.2)}
.form-msg.show-error{display:block;background:#FEE2E2;color:#991B1B;border:1px solid rgba(153,27,27,.2)}

/* RESPONSIVE */
@media(max-width:1024px){
  .svc-page-grid{grid-template-columns:1fr}
  .svc-sidebar{position:static}
  .contact-grid{grid-template-columns:1fr}
  .about-intro-grid{grid-template-columns:1fr}
}
@media(max-width:900px){
  .nav-links,.nav-cta{display:none}
  .nav-mobile-btn{display:block}
  .trust-grid{grid-template-columns:repeat(3,1fr)}
  .blog-grid{grid-template-columns:repeat(2,1fr)}
  .ref-grid{grid-template-columns:1fr}
  .values-grid{grid-template-columns:1fr 1fr}
  .footer-top{grid-template-columns:1fr 1fr;gap:28px}
  .strip-grid{grid-template-columns:1fr}
  .timeline::before{left:44px}
  .qr-in{grid-template-columns:1fr}
  .qr-frame{display:none}
}
@media(max-width:600px){
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .blog-grid{grid-template-columns:1fr}
  .values-grid{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;text-align:center}
  .form-row{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}