@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Syne:wght@700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--dc-accent:#ff5c1a;--dc-accent2:#ffb800;--dc-accent-soft:#ff5c1a17;--dc-dark:#0e0e0e;--dc-dark2:#161616;--dc-dark3:#1e1e1e;--dc-light:#f5f2ee;--dc-white:#fff;--dc-text:#0e0e0e;--dc-text-muted:#6b6b6b;--dc-text-light:#a0a0a0;--dc-border:#e5e0d8;--dc-border-dark:#c8c3bb;--dc-font:"Times New Roman", Times, Georgia, serif}html{scroll-behavior:smooth}body{font-family:var(--dc-font);background:var(--dc-white);color:var(--dc-text);line-height:1.6;overflow-x:hidden}.dc-btn{font-family:var(--dc-font);letter-spacing:.2px;white-space:nowrap;border:2px solid #0000;border-radius:5px;align-items:center;gap:10px;padding:14px 30px;font-size:.95rem;font-weight:700;transition:all .25s;display:inline-flex}.dc-eyebrow{font-family:var(--dc-font);letter-spacing:3px;text-transform:uppercase;color:var(--dc-accent);align-items:center;gap:10px;margin-bottom:16px;font-size:.75rem;font-weight:700;display:inline-flex}.dc-tag{background:var(--dc-accent-soft);color:var(--dc-accent);font-family:var(--dc-font);letter-spacing:1.5px;text-transform:uppercase;border-radius:3px;padding:4px 12px;font-size:.72rem;font-weight:700;display:inline-block}@keyframes dc-fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes dc-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes dc-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--dc-light)}::-webkit-scrollbar-thumb{background:var(--dc-accent);border-radius:2px}.dc-container{max-width:1160px;margin:0 auto;padding:0 32px}.dc-btn{letter-spacing:.2px;white-space:nowrap;border:2px solid #0000;border-radius:5px;align-items:center;gap:10px;padding:14px 30px;font-size:.88rem;font-weight:700;transition:all .25s;display:inline-flex}.dc-btn--dark{background:var(--dc-dark);color:var(--dc-white);border-color:var(--dc-dark)}.dc-btn--dark:hover{background:var(--dc-accent);border-color:var(--dc-accent);transform:translateY(-2px);box-shadow:0 10px 28px #ff5c1a47}.dc-btn--accent{background:var(--dc-accent);color:var(--dc-white);border-color:var(--dc-accent)}.dc-btn--accent:hover{background:#e04a0e;transform:translateY(-2px);box-shadow:0 10px 28px #ff5c1a52}.dc-btn--ghost{color:var(--dc-dark);border-color:var(--dc-dark);background:0 0}.dc-btn--ghost:hover{background:var(--dc-dark);color:var(--dc-white);transform:translateY(-2px)}.dc-btn--ghost-light{color:#ffffffbf;background:0 0;border-color:#ffffff40}.dc-btn--ghost-light:hover{background:var(--dc-white);color:var(--dc-dark);border-color:var(--dc-white);transform:translateY(-2px)}.dc-eyebrow{letter-spacing:3px;text-transform:uppercase;color:var(--dc-accent);align-items:center;gap:10px;margin-bottom:16px;font-size:.7rem;font-weight:700;display:inline-flex}.dc-eyebrow:before{content:"";background:var(--dc-accent);flex-shrink:0;width:22px;height:2px;display:block}.dc-eyebrow--amber{color:var(--dc-accent2)}.dc-eyebrow--amber:before{background:var(--dc-accent2)}.dc-section-title{letter-spacing:-1px;color:var(--dc-dark);font-family:Times New Roman,Times,Georgia,serif;font-size:clamp(2rem,3.2vw,2.8rem);font-weight:800;line-height:1.1}.dc-section-title--light{color:var(--dc-white)}.dc-section-title__accent{color:var(--dc-accent)}.dc-tag{background:var(--dc-accent-soft);color:var(--dc-accent);letter-spacing:1.5px;text-transform:uppercase;border-radius:3px;padding:4px 12px;font-size:.68rem;font-weight:800;display:inline-block}.dc-anim-d1{animation:.6s 50ms both dc-fadeUp}.dc-anim-d2{animation:.6s .18s both dc-fadeUp}.dc-anim-d3{animation:.6s .32s both dc-fadeUp}.dc-anim-d4{animation:.6s .46s both dc-fadeUp}.nav-bar{z-index:200;padding:22px 0;transition:padding .3s,background .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.nav-bar--scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--dc-border);background:#fffffff5;padding:13px 0;box-shadow:0 2px 20px #0000000f}.nav-bar__inner{justify-content:space-between;align-items:center;display:flex}.nav-bar__logo{color:var(--dc-white);letter-spacing:-.5px;z-index:201;align-items:center;gap:5px;font-family:Times New Roman,Times,Georgia,serif;font-size:1.35rem;font-weight:800;display:flex;position:relative}.nav-bar--scrolled .nav-bar__logo{color:var(--dc-dark)}.nav-bar__logo-dot{background:var(--dc-accent);border-radius:50%;flex-shrink:0;width:7px;height:7px;display:inline-block}.nav-bar__sidebar{align-items:center;display:flex}.nav-bar__links{align-items:center;gap:38px;margin:0;padding:0;list-style:none;display:flex}.nav-bar__link{color:#ffffffd9;letter-spacing:.1px;font-size:.85rem;font-weight:600;transition:color .2s}.nav-bar--scrolled .nav-bar__link{color:var(--dc-text-muted)}.nav-bar__link:hover{color:var(--dc-accent)}.nav-bar__cta{padding:10px 22px!important;font-size:.82rem!important}.nav-bar__close{display:none}.nav-bar__burger{cursor:pointer;z-index:201;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none;position:relative}.nav-bar__burger-line{background:var(--dc-white);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.nav-bar--scrolled .nav-bar__burger-line{background:var(--dc-dark)}.nav-bar__burger--hidden{pointer-events:none;z-index:100!important}.nav-bar__overlay{z-index:149;background:#00000073;position:fixed;inset:0}@media (width<=900px){.nav-bar__burger{display:flex}.nav-bar:not(.nav-bar--scrolled) .nav-bar__logo{opacity:0;pointer-events:none}.nav-bar__sidebar{background:var(--dc-white);border-left:1px solid var(--dc-border);z-index:150;flex-direction:column;justify-content:center;align-items:flex-start;width:280px;height:100vh;padding:60px 32px 32px;transition:right .35s;position:fixed;top:0;right:-100%;box-shadow:-8px 0 40px #0000001f}.nav-bar__sidebar--open{right:0}.nav-bar__links{flex-direction:column;align-items:flex-start;gap:20px;width:100%}.nav-bar__link{color:var(--dc-dark);font-size:1.1rem}.nav-bar__cta{justify-content:center;width:100%;margin-top:8px}.nav-bar__close{background:var(--dc-light);border:1px solid var(--dc-border);width:36px;height:36px;color:var(--dc-dark);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:background .2s,color .2s;display:flex;position:absolute;top:18px;right:18px}.nav-bar__close:hover{background:var(--dc-accent);color:var(--dc-white);border-color:var(--dc-accent)}}@media (width<=480px){.nav-bar__logo{font-size:1.15rem}.nav-bar{padding:14px 0}}.hero-section{width:100%;position:relative;overflow:hidden}.hero-section__img-block{background:var(--dc-dark);width:100%;height:110vh;min-height:680px;position:relative;overflow:hidden}.hero-section__img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform 10s;position:absolute;inset:0}.hero-section__img-block:hover .hero-section__img{transform:scale(1.02)}.hero-section__overlay{background:linear-gradient(#0e0e0e0d 0%,#0e0e0e1a 55%,#0e0e0e8c 85%,#0e0e0eb8 100%);position:absolute;inset:0}.hero-section__content{z-index:2;flex-direction:column;justify-content:flex-end;align-items:flex-end;padding:0 clamp(24px,12vw,200px) 140px 0;display:flex;position:absolute;inset:0}.hero-section__actions{flex-wrap:wrap;justify-content:flex-end;gap:14px;display:flex}.hero-section__mobile-actions{display:none}.hero-section__stats-bar{background:var(--dc-dark);border-top:3px solid var(--dc-accent);border-bottom:1px solid #ffffff0f;grid-template-columns:repeat(3,1fr);width:100%;display:grid}.hero-section__stat{text-align:center;border-right:1px solid #ffffff14;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex;position:relative}.hero-section__stat:last-child{border-right:none}.hero-section__stat-num{color:var(--dc-white);letter-spacing:-2px;font-family:Times New Roman,Times,Georgia,serif;font-size:clamp(2.2rem,3.5vw,3.6rem);font-weight:700;line-height:1}.hero-section__stat-num em{color:var(--dc-accent);font-style:normal}.hero-section__stat-label{color:#ffffff61;text-transform:uppercase;letter-spacing:2.5px;margin-top:8px;font-family:Times New Roman,Times,Georgia,serif;font-size:.68rem;font-weight:600}.hero-section__scroll{letter-spacing:2.5px;text-transform:uppercase;color:#ffffff73;z-index:3;writing-mode:vertical-rl;align-items:center;gap:10px;font-family:Times New Roman,Times,Georgia,serif;font-size:.62rem;font-weight:700;display:flex;position:absolute;bottom:32px;right:44px}.hero-section__scroll-line{background:#ffffff40;width:1px;height:36px}@media (width<=900px){.hero-section__img-block{height:70vh;min-height:460px}.hero-section__content{align-items:flex-end;padding:0 40px 48px 0}.hero-section__scroll{display:none}.hero-section__stat{padding:28px 16px}}@media (width<=600px){.hero-section__img-block{height:auto;min-height:unset}.hero-section__img{inset:unset;object-fit:unset;width:100%;height:auto;display:block;position:relative}.hero-section__overlay{position:absolute;inset:0}.hero-section__content{background:0 0;justify-content:flex-end;align-items:flex-start;padding:40px 20px 0;position:absolute;inset:auto 0 0}.hero-section__actions--desktop{display:none}.hero-section__mobile-actions{background:var(--dc-dark);flex-wrap:wrap;gap:12px;padding:20px;display:flex}.hero-section__mobile-actions .dc-btn{flex:1;justify-content:center;padding:12px 22px;font-size:.88rem}.hero-section__scroll{display:none}.hero-section__stat{padding:20px 8px}.hero-section__stat-num{letter-spacing:-1px;font-size:1.6rem}.hero-section__stat-label{letter-spacing:1.5px;margin-top:5px;font-size:.55rem}}@media (width<=380px){.hero-section__stats-bar{grid-template-columns:1fr}.hero-section__stat{border-bottom:1px solid #ffffff14;border-right:none;padding:18px}.hero-section__stat:last-child{border-bottom:none}}.svc-section{background:var(--dc-dark);padding:0;overflow:hidden}.svc-section__header{background:var(--dc-dark);padding:56px 0 40px}.svc-section__header-inner{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.svc-section__head-title{color:var(--dc-white);margin-top:4px;font-family:Times New Roman,Times,Georgia,serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.1}.svc-section__head-title-accent{color:var(--dc-accent)}.svc-section__header-inner .dc-eyebrow{justify-content:center}.svc-section__head-desc{color:#fff6;max-width:480px;font-family:Times New Roman,Times,Georgia,serif;font-size:.95rem;line-height:1.7}.svc-section__list{flex-direction:column;display:flex}.svc-feature{border-top:1px solid var(--dc-border);grid-template-columns:1fr 1fr;min-height:240px;display:grid}.svc-feature:first-child{border-top:none}.svc-feature--reverse{direction:rtl}.svc-feature--reverse>*{direction:ltr}.svc-feature__img-wrap{position:relative;overflow:hidden}.svc-feature__img-wrap img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .6s}.svc-feature:hover .svc-feature__img-wrap img{transform:scale(1.04)}.svc-feature__body{background:var(--dc-light);flex-direction:column;justify-content:center;padding:32px 48px;display:flex}.svc-feature--reverse .svc-feature__body{background:var(--dc-white)}.svc-feature__num{letter-spacing:3px;text-transform:uppercase;color:var(--dc-accent);margin-bottom:8px;font-family:Times New Roman,Times,Georgia,serif;font-size:.62rem;font-weight:700}.svc-feature__title{color:var(--dc-dark);margin-bottom:8px;font-family:Times New Roman,Times,Georgia,serif;font-size:clamp(1.2rem,1.8vw,1.6rem);font-weight:700;line-height:1.15}.svc-feature__sub{color:var(--dc-text-light);letter-spacing:.3px;margin-bottom:10px;font-family:Times New Roman,Times,Georgia,serif;font-size:.76rem}.svc-feature__desc{color:var(--dc-text-muted);margin-bottom:18px;font-family:Times New Roman,Times,Georgia,serif;font-size:.88rem;line-height:1.7}.svc-feature__link{color:var(--dc-dark);border-bottom:2px solid var(--dc-accent);align-items:center;gap:8px;width:fit-content;padding-bottom:2px;font-family:Times New Roman,Times,Georgia,serif;font-size:.9rem;font-weight:700;transition:color .2s,gap .2s;display:inline-flex}.svc-feature__link:hover{color:var(--dc-accent);gap:14px}@media (width<=960px){.svc-feature{grid-template-columns:1fr;min-height:auto}.svc-feature--reverse{direction:ltr}.svc-feature__img-wrap{height:260px}.svc-feature__body{padding:32px 28px}}@media (width<=580px){.svc-section__header{padding:48px 0 32px}.svc-section__header-inner{text-align:left;align-items:flex-start}.svc-feature__img-wrap{height:200px}.svc-feature__body{padding:24px 20px}.svc-feature__title{font-size:1.1rem}}.office-banner{background:#a8c832;justify-content:center;align-items:flex-start;width:100%;display:flex;position:relative}.office-banner__img{width:auto;max-width:100%;height:auto;max-height:80vh;display:block}.office-banner__strip{background:linear-gradient(90deg, var(--dc-accent) 0%, var(--dc-accent2) 50%, var(--dc-accent) 100%);height:4px;position:absolute;bottom:0;left:0;right:0}.about-section{background:var(--dc-light);padding:100px 0 110px}.about-section__center{text-align:center;flex-direction:column;align-items:center;max-width:760px;margin:0 auto;display:flex}.about-section__eyebrow{justify-content:center}.about-section__title{letter-spacing:-1px;color:var(--dc-dark);margin-top:4px;margin-bottom:20px;font-family:Times New Roman,Times,Georgia,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.1}.about-section__bar{background:var(--dc-accent);border-radius:2px;width:56px;height:3px;margin-bottom:40px}.about-section__card{background:var(--dc-white);border:1px solid var(--dc-border);border-top:4px solid var(--dc-accent);text-align:left;border-radius:16px;width:100%;padding:48px 52px;box-shadow:0 8px 40px #0000000f}.about-section__card-text{color:var(--dc-dark);margin-bottom:20px;font-family:Times New Roman,Times,Georgia,serif;font-size:1.05rem;line-height:1.9}.about-section__card-text:last-of-type{margin-bottom:28px}.about-section__card-closing{color:var(--dc-dark);border-top:1px solid var(--dc-border);padding-top:20px;font-family:Times New Roman,Times,Georgia,serif;font-size:1.05rem;font-weight:700;line-height:1.7}.about-section__card-closing em{color:var(--dc-accent);font-style:italic}.about-section__cta{margin-top:32px}@media (width<=900px){.about-section{padding:72px 0}}@media (width<=580px){.about-section{padding:56px 0}.about-section__card{padding:28px 24px}.about-section__card-text,.about-section__card-closing{font-size:.95rem}}.proj-section{background:var(--dc-white);overflow:hidden}.proj-section__header{text-align:center;padding:100px 0 60px}.proj-section__eyebrow{justify-content:center}.proj-section__title{letter-spacing:-1px;color:var(--dc-dark);margin-top:6px;margin-bottom:14px;font-family:Times New Roman,Times,Georgia,serif;font-size:clamp(2.2rem,3.5vw,3.2rem);font-weight:700;line-height:1.1}.proj-section__title-accent{color:var(--dc-accent)}.proj-section__sub{color:var(--dc-text-muted);max-width:400px;margin:0 auto;font-family:Times New Roman,Times,Georgia,serif;font-size:1rem;line-height:1.7}.proj-tree-wrap{width:100%;min-height:700px;position:relative}.proj-tree__bg{object-fit:cover;object-position:center top;width:100%;height:auto;min-height:700px;display:block}.proj-ornament{z-index:2;flex-direction:column;align-items:center;display:flex;position:absolute}.proj-ornament__string{background:linear-gradient(#50321499,#50321433);flex-shrink:0;width:2px;height:28px}.proj-ornament__card{background:var(--dc-white);transform-origin:top;border:5px solid #6b3a1f;border-radius:14px;width:160px;text-decoration:none;transition:transform .3s,box-shadow .3s;animation:4s ease-in-out infinite proj-sway;display:block;overflow:hidden;box-shadow:0 8px 32px #00000038,0 2px 8px #0000001f}.proj-ornament:nth-child(2) .proj-ornament__card{animation-delay:.5s}.proj-ornament:nth-child(3) .proj-ornament__card{animation-delay:1s}.proj-ornament:nth-child(4) .proj-ornament__card{animation-delay:1.5s}.proj-ornament:nth-child(5) .proj-ornament__card{animation-delay:.8s}.proj-ornament:nth-child(6) .proj-ornament__card{animation-delay:1.2s}.proj-ornament:nth-child(7) .proj-ornament__card{animation-delay:.3s}@keyframes proj-sway{0%,to{transform:rotate(-1.5deg)}50%{transform:rotate(1.5deg)}}.proj-ornament__card:hover{animation-play-state:paused;box-shadow:0 16px 48px #0000004d;transform:rotate(0)scale(1.08)!important}.proj-ornament__img-wrap{width:100%;height:100px;overflow:hidden}.proj-ornament__img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.proj-ornament__card:hover .proj-ornament__img-wrap img{transform:scale(1.08)}.proj-ornament__body{background:var(--dc-white);padding:10px 12px 12px}.proj-ornament__tag{letter-spacing:1.5px;text-transform:uppercase;color:var(--dc-accent);margin-bottom:3px;font-family:Times New Roman,Times,Georgia,serif;font-size:.58rem;font-weight:700;display:block}.proj-ornament__title{color:var(--dc-dark);margin-bottom:6px;font-family:Times New Roman,Times,Georgia,serif;font-size:.82rem;font-weight:700;line-height:1.2}.proj-ornament__link{color:var(--dc-accent);letter-spacing:.3px;font-family:Times New Roman,Times,Georgia,serif;font-size:.65rem;font-weight:700;display:block}.proj-section__mobile-grid{display:none}@media (width<=768px){.proj-tree-wrap{display:none}.proj-section__mobile-grid{grid-template-columns:1fr 1fr;gap:16px;padding:0 0 64px;display:grid}}@media (width<=420px){.proj-section__mobile-grid{grid-template-columns:1fr}}.testi-section{background:var(--dc-dark);overflow:hidden}.testi-section__header{text-align:center;padding:80px 32px 48px}.testi-section__eyebrow{justify-content:center}.testi-section__title{color:var(--dc-white);letter-spacing:-.5px;margin-top:6px;margin-bottom:12px;font-family:Times New Roman,Times,Georgia,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.1}.testi-section__title-accent{color:var(--dc-accent)}.testi-section__sub{color:#fff6;max-width:400px;margin:0 auto;font-family:Times New Roman,Times,Georgia,serif;font-size:.97rem;line-height:1.7}.testi-section__wall-wrap{width:100%;position:relative}.testi-section__wall-img{width:100%;height:auto;display:block}.testi-section__wall-img--mobile{display:none}.testi-section__wall-img--desktop{display:block}.testi-section__marquee-outer{z-index:2;padding:0;position:absolute;bottom:80px;left:0;right:0;overflow:hidden}.testi-section__marquee-track{gap:20px;width:max-content;animation:35s linear infinite dc-marquee;display:flex}.testi-section__marquee-track:hover{animation-play-state:paused}.testi-chip{-webkit-backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff40;border-radius:12px;flex-direction:column;flex-shrink:0;gap:6px;min-width:280px;max-width:320px;padding:16px 20px;transition:border-color .2s,background .2s;display:inline-flex}.testi-chip:hover{background:#ffffff40;border-color:#fff6}.testi-chip__stars{color:var(--dc-accent2);letter-spacing:2px;font-size:.72rem;line-height:1}.testi-chip__text{color:#ffffffb3;font-family:Times New Roman,Times,Georgia,serif;font-size:.88rem;font-style:italic;line-height:1.55}.testi-chip__author{align-items:center;gap:6px;margin-top:2px;display:flex}.testi-chip__name{color:var(--dc-white);font-family:Times New Roman,Times,Georgia,serif;font-size:.75rem;font-weight:700}.testi-chip__sep{color:#ffffff40;font-size:.7rem}.testi-chip__role{color:var(--dc-accent);font-family:Times New Roman,Times,Georgia,serif;font-size:.72rem;font-weight:600}@media (width<=600px){.testi-section__wall-img--desktop{display:none}.testi-section__wall-img--mobile{display:block}.testi-section__header{padding:56px 24px 32px}.testi-section__marquee-outer{bottom:-10px}.testi-chip{border-radius:8px;gap:4px;min-width:140px;max-width:170px;padding:8px 10px}.testi-chip__stars{letter-spacing:1px;font-size:.6rem}.testi-chip__text{font-size:.65rem;line-height:1.4}.testi-chip__name{font-size:.6rem}.testi-chip__role{font-size:.58rem}.testi-section__marquee-track{gap:10px}}.contact-section{background:var(--dc-dark);padding:120px 0}.contact-section__inner{grid-template-columns:1fr 1.4fr;align-items:start;gap:80px;display:grid}.contact-section__title{letter-spacing:-1px;color:var(--dc-white);margin-top:4px;margin-bottom:16px;font-family:Times New Roman,Times,Georgia,serif;font-size:clamp(2.1rem,3.2vw,2.8rem);font-weight:800;line-height:1.1}.contact-section__title-accent{color:var(--dc-accent)}.contact-section__sub{color:#ffffff6b;margin-bottom:40px;font-size:.97rem;line-height:1.75}.contact-section__channels{flex-direction:column;gap:12px;display:flex}.contact-section__channel{color:var(--dc-white);border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:16px;padding:16px 18px;transition:border-color .25s,background .25s;display:flex}.contact-section__channel:hover{border-color:var(--dc-accent);background:#ff5c1a0f}.contact-section__channel--wa{background:#25d36612;border-color:#25d3662e}.contact-section__channel--wa:hover{background:#25d36624;border-color:#25d366}.contact-section__ch-icon{color:#fff;background:#25d366;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.95rem;display:flex}.contact-section__ch-icon--email{background:var(--dc-accent)}.contact-section__ch-icon--clock{background:var(--dc-dark3);border:1px solid #ffffff1a}.contact-section__ch-strong{color:var(--dc-white);font-size:.88rem;font-weight:800;display:block}.contact-section__ch-span{color:#ffffff61;margin-top:1px;font-size:.76rem;display:block}.contact-section__ch-arrow{color:#ffffff40;margin-left:auto;font-size:.95rem;transition:color .2s,transform .2s}.contact-section__channel:hover .contact-section__ch-arrow{color:var(--dc-accent);transform:translate(4px)}.contact-section__form-card{background:var(--dc-white);border-radius:16px;padding:40px}.contact-section__form-header{border-bottom:1px solid var(--dc-border);margin-bottom:28px;padding-bottom:22px}.contact-section__form-title{color:var(--dc-dark);letter-spacing:-.5px;margin-bottom:4px;font-family:Times New Roman,Times,Georgia,serif;font-size:1.45rem;font-weight:800}.contact-section__form-sub{color:var(--dc-text-muted);font-size:.83rem}.contact-section__row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.contact-section__field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.contact-section__label{color:var(--dc-text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.7rem;font-weight:700}.contact-section__input,.contact-section__select,.contact-section__textarea{background:var(--dc-light);border:1.5px solid var(--dc-border);color:var(--dc-text);resize:none;border-radius:8px;outline:none;padding:12px 15px;font-family:inherit;font-size:.93rem;transition:border-color .2s,box-shadow .2s,background .2s}.contact-section__input::placeholder,.contact-section__textarea::placeholder{color:var(--dc-text-light)}.contact-section__select option{background:#fff}.contact-section__input:focus,.contact-section__select:focus,.contact-section__textarea:focus{border-color:var(--dc-accent);background:var(--dc-white);box-shadow:0 0 0 3px #ff5c1a1a}.contact-section__submit{justify-content:center;width:100%;margin-top:4px;padding:15px;font-size:.95rem}.contact-section__success{background:var(--dc-white);text-align:center;border-radius:16px;padding:60px 40px}.contact-section__success-icon{background:var(--dc-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 22px;font-size:1.7rem;display:flex}.contact-section__success-title{color:var(--dc-dark);margin-bottom:8px;font-family:Times New Roman,Times,Georgia,serif;font-size:1.45rem;font-weight:800}.contact-section__success-sub{color:var(--dc-text-muted);font-size:.93rem}.wa-fab{z-index:999;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 8px 32px #25d3666b}.wa-fab:hover{transform:scale(1.12);box-shadow:0 14px 44px #25d36685}.wa-fab__tooltip{background:var(--dc-dark);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;border-radius:6px;padding:7px 13px;font-size:.73rem;font-weight:700;transition:opacity .2s;position:absolute;right:72px}.wa-fab__tooltip:after{content:"";border:5px solid #0000;border-right:none;border-left-color:var(--dc-dark);position:absolute;top:50%;right:-5px;transform:translateY(-50%)}.wa-fab:hover .wa-fab__tooltip{opacity:1}@media (width<=900px){.contact-section{padding:72px 0}.contact-section__inner{grid-template-columns:1fr;gap:40px}.contact-section__row{grid-template-columns:1fr}.contact-section__form-card{padding:28px}}@media (width<=580px){.contact-section{padding:56px 0}.contact-section__form-card{padding:22px 18px}.wa-fab{width:52px;height:52px;bottom:20px;right:20px}}.footer-cta{background:var(--dc-accent);padding:64px 0}.footer-cta__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;display:flex}.footer-cta__title{color:var(--dc-white);letter-spacing:-1px;margin-bottom:6px;font-family:Times New Roman,Times,Georgia,serif;font-size:clamp(1.7rem,2.8vw,2.4rem);font-weight:800;line-height:1.1}.footer-cta__title-dim{color:#ffffffa6}.footer-cta__sub{color:#fff9;font-size:.9rem}.footer-cta__actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.footer-cta__btn-white{background:var(--dc-white);color:var(--dc-accent);border:2px solid var(--dc-white);border-radius:5px;align-items:center;gap:8px;padding:14px 28px;font-size:.88rem;font-weight:700;transition:all .25s;display:inline-flex}.footer-cta__btn-white:hover{background:var(--dc-dark);color:var(--dc-white);border-color:var(--dc-dark);transform:translateY(-2px)}.footer-cta__btn-wa{color:#fff;background:#25d366;border-radius:5px;align-items:center;gap:8px;padding:14px 24px;font-size:.88rem;font-weight:700;transition:all .25s;display:inline-flex}.footer-cta__btn-wa:hover{background:#1ebe5d;transform:translateY(-2px);box-shadow:0 8px 24px #25d36659}.footer-body{background:#0a0a0a;padding:72px 0 48px}.footer-body__inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;display:grid}.footer-body__logo{color:var(--dc-white);letter-spacing:-.5px;margin-bottom:12px;font-family:Times New Roman,Times,Georgia,serif;font-size:1.4rem;font-weight:800}.footer-body__logo-dot{color:var(--dc-accent)}.footer-body__tagline{color:#ffffff52;margin-bottom:24px;font-size:.87rem;line-height:1.7}.footer-body__socials{gap:9px;display:flex}.footer-body__social{color:#ffffff61;border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.7rem;font-weight:800;transition:border-color .2s,color .2s;display:flex}.footer-body__social:hover{border-color:var(--dc-accent);color:var(--dc-accent)}.footer-body__col-title{text-transform:uppercase;letter-spacing:2.5px;color:#ffffff47;margin-bottom:18px;font-size:.66rem;font-weight:800}.footer-body__col-list{flex-direction:column;gap:11px;list-style:none;display:flex}.footer-body__col-link{color:#ffffff7a;font-size:.85rem;transition:color .2s}.footer-body__col-link:hover{color:var(--dc-accent)}.footer-bottom{background:#060606;border-top:1px solid #ffffff0a;padding:18px 0}.footer-bottom__inner{color:#ffffff38;justify-content:space-between;align-items:center;font-size:.77rem;display:flex}@media (width<=900px){.footer-body{padding:56px 0 40px}.footer-body__inner{grid-template-columns:1fr 1fr}.footer-body__brand{grid-column:1/-1}.footer-cta{padding:48px 0}.footer-cta__inner{flex-direction:column;align-items:flex-start}}@media (width<=500px){.footer-body__inner{grid-template-columns:1fr;gap:32px}.footer-bottom__inner{text-align:center;flex-direction:column;gap:6px}.footer-cta{padding:40px 0}}
