@keyframes wa-pulse{0%,to{box-shadow:0 4px 16px rgba(37,211,102,.45)}50%{box-shadow:0 4px 24px rgba(37,211,102,.7)}}*,::after,::before{box-sizing:border-box;margin:0;padding:0}:root{--navy:#22316d;--indigo:#352e9d;--white:#ffffff;--gray:#f5f6fa;--text:#3a3a3a;--muted:#6b7280;--border:#e5e7eb;--radius:10px;--shadow:0 4px 24px rgba(34,49,109,.12)}html{scroll-behavior:smooth;font-size:16px}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--text);background:var(--white);line-height:1.65}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:inherit;border:0;background:0 0}.tag{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--indigo);background:rgba(53,46,157,.08);padding:4px 12px;border-radius:999px;margin-bottom:.75rem}h1,h2,h4{color:var(--navy);line-height:1.2;letter-spacing:-.02em}.btn,h3{font-weight:600}h3{color:var(--navy);line-height:1.2;font-size:1.12rem;letter-spacing:-.01em}h1{font-size:clamp(1.9rem,4vw,3rem);font-weight:800}h2{font-size:clamp(1.55rem,3vw,2.25rem);font-weight:700}p{color:var(--muted)}.btn{display:inline-block;padding:.72rem 1.6rem;border-radius:5px;font-size:.95rem;transition:opacity .18s,transform .18s}.btn:hover{opacity:.88;transform:translateY(-1px)}.btn-primary{background:var(--indigo);color:var(--white)}.btn-outline{background:0 0;color:var(--white);border:2px solid var(--white)}.btn-outline:hover{background:var(--white);color:var(--navy);opacity:1}#top-bar,.btn-navy{background:var(--navy)}.btn-navy{color:var(--white)}.btn-navy:hover{background:var(--indigo);opacity:1}.btn-ghost{background:0 0;color:var(--navy);border:2px solid var(--navy)}.btn-ghost:hover{background:var(--navy);opacity:1}.section{padding:80px 0}.section-sm{padding:56px 0}.container{max-width:1160px;margin:0 auto;padding:0 24px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}#top-bar{padding:11px 0;font-size:.95rem}.top-bar-inner,.top-bar-left{display:flex;align-items:center}.top-bar-inner{justify-content:space-between;gap:16px}.top-bar-left{color:rgba(255,255,255,.78);gap:8px}.top-bar-left svg{color:#4ade80}.top-bar-right,.top-bar-right a,.top-bar-social{display:flex;align-items:center;gap:24px}.top-bar-right a{color:rgba(255,255,255,.85);gap:8px;font-weight:500}.btn-ghost:hover,.top-bar-right a:hover,.top-bar-social a:hover{color:var(--white)}.top-bar-left svg,.top-bar-right svg{flex-shrink:0;width:17px;height:17px}.top-bar-social{gap:12px;margin-left:10px;padding-left:16px;border-left:1px solid rgba(255,255,255,.2)}.top-bar-social svg{width:16px;height:16px}.top-bar-social a{color:rgba(255,255,255,.65);transition:color .15s}#site-header{position:sticky;top:0;left:0;right:0;z-index:900;background:var(--white);box-shadow:0 2px 12px rgba(0,0,0,.09)}#site-header>.container,#top-bar>.container{max-width:100%;padding:0 48px}.nav-wrap{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:90px}.nav-logo,.nav-menu,.top-bar-social a{display:flex;align-items:center}.nav-logo img{width:200px;height:auto;max-width:none}.nav-menu{justify-self:center;gap:6px}a.nav-cta{justify-self:end;display:inline-block;padding:.85rem 2.4rem;font-size:1rem;white-space:nowrap;letter-spacing:.02em;transition:background .2s,transform .2s,box-shadow .2s}.nav-item{position:relative}.nav-link{display:block;padding:.6rem .95rem;font-size:1.05rem;font-weight:500;color:var(--navy);border-radius:4px;white-space:nowrap}.nav-link.active,.nav-link:hover{color:var(--indigo)}.nav-item.has-sub>.nav-link::after{content:"";display:inline-block;width:0;height:0;margin-left:5px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;vertical-align:middle}.nav-item.lang-dropdown>.nav-link::after{display:none}.lang-dropdown>.nav-link svg:last-child{width:12px;height:12px;margin-left:3px;vertical-align:-1px;transition:transform .2s}.lang-dropdown:hover>.nav-link svg:last-child{transform:rotate(180deg)}.lang-dropdown .sub-menu{min-width:140px;left:auto;right:0}.lang-dropdown .sub-menu a,.mobile-lang>span{display:flex;align-items:center;gap:8px}.lang-dropdown .sub-menu a.lang-active{color:var(--indigo);font-weight:600}.sub-menu{display:none;position:absolute;top:100%;left:0;background:var(--white);min-width:210px;box-shadow:var(--shadow);border-radius:var(--radius);padding:8px 0}.nav-item.has-sub:hover .sub-menu,.sub-menu a{display:block}.sub-menu a{padding:.55rem 1.1rem;font-size:.9rem;color:var(--text)}.sub-menu a:hover{color:var(--indigo);background:var(--gray)}.nav-cta:hover{background:var(--indigo);transform:translateY(-1px);box-shadow:0 4px 14px rgba(34,49,109,.35)}.mobile-lang{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;border-top:1px solid var(--border)}.mobile-lang>span{font-size:.85rem;color:var(--muted);gap:6px}.mobile-lang-links{display:flex;gap:14px}.mobile-lang-links a{font-size:.88rem;font-weight:500;color:var(--navy)}.hamburger{display:none;flex-direction:column;gap:5px;padding:6px;grid-column:3;justify-self:end}.hamburger span{display:block;width:24px;height:2px;background:var(--navy);border-radius:2px;transition:transform .25s,opacity .25s}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none;flex-direction:column;background:var(--white);border-top:1px solid var(--border);padding:12px 0 20px}.mobile-nav.open{display:flex}.mobile-nav a{display:block;padding:.6rem 24px;font-size:.95rem;font-weight:500;color:var(--navy)}.blog-body h3:hover,.blog-card:hover .blog-body h3,.mobile-nav a:hover{color:var(--indigo)}.mobile-sub{padding-left:16px;display:none}.mobile-sub.open{display:block}.mobile-nav .mobile-sub a{font-size:.88rem;color:var(--muted);padding:.45rem 24px .45rem 40px}.mobile-toggle-sub{display:flex;align-items:center;justify-content:space-between;padding:.6rem 24px;cursor:pointer;font-size:.95rem;font-weight:500;color:var(--navy)}.mobile-toggle-sub svg{width:14px;height:14px;transition:transform .2s}.faq-item.open .faq-q svg,.mobile-toggle-sub.open svg{transform:rotate(180deg)}#hero{overflow:hidden;height:clamp(480px,65vh,620px)}.slides,.slides-wrap{display:flex;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}#hero,.slide{position:relative}.slide{flex:0 0 100%;background-size:cover;background-position:top center}.slide::after{background:linear-gradient(90deg,rgba(34,49,109,.78)0,rgba(34,49,109,.22) 62%,transparent 100%)}.slide-content{position:absolute;top:0;left:0;bottom:0;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:0 48px 0 80px;width:42%;min-width:360px}.slide-content h1{color:var(--white);margin-bottom:1rem;font-size:clamp(1.6rem,2.6vw,2.3rem);font-weight:700;letter-spacing:-.02em}.slide-content p{color:rgba(255,255,255,.88);font-size:1rem;margin-bottom:1.6rem}.slide-btns{display:flex;gap:14px;flex-wrap:nowrap;align-items:center}.slider-dots,.slider-next,.slider-prev{position:absolute;z-index:2;display:flex}.slider-dots{bottom:24px;left:50%;transform:translateX(-50%);gap:8px}.slider-dots button{width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.5);transition:background .2s,transform .2s;padding:0;border:7px solid transparent;background-clip:content-box}.slider-dots button.active{background:var(--white);background-clip:content-box;transform:scale(1.25)}.slider-next,.slider-prev{top:50%;transform:translateY(-50%);width:44px;height:44px;background:rgba(255,255,255,.18);color:#fff;border:2px solid rgba(255,255,255,.5);border-radius:50%;font-size:1.1rem;align-items:center;justify-content:center;transition:background .2s}.slider-next:hover,.slider-prev:hover{background:rgba(255,255,255,.32)}.slider-prev{left:20px}.slider-next{right:20px}@media (max-width:768px){#hero{height:clamp(380px,55vh,520px)}.slide-content{width:100%;min-width:unset;padding:0 24px}.slider-next,.slider-prev{display:none}}.page-hero{background:linear-gradient(135deg,var(--navy) 0%,var(--indigo) 100%);padding:56px 0 52px;margin-top:0;position:relative;overflow:hidden}#cta::before,.page-hero::before,.slide::after{content:"";position:absolute;inset:0}.page-hero::before{background-image:radial-gradient(circle at 70% 50%,rgba(255,255,255,.06)0,transparent 60%),radial-gradient(circle at 20% 80%,rgba(255,255,255,.04)0,transparent 40%);pointer-events:none}.page-hero::after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:40px;background:var(--white);clip-path:ellipse(55% 100%at 50% 100%)}.page-hero .container{position:relative;z-index:1}.page-hero h1{margin-bottom:.5rem;font-size:clamp(1.5rem,2.8vw,2.3rem);letter-spacing:-.02em}.page-hero.page-hero-slim{padding:40px 0 36px}.page-hero-eyebrow{display:inline-block;color:rgba(255,255,255,.9);font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.55rem}.breadcrumb{align-items:center;gap:8px;font-size:.85rem;color:rgba(255,255,255,.6)}.breadcrumb a{color:rgba(255,255,255,.75)}.breadcrumb a:hover,.contact-item-icon svg,.cta-text h2,.footer-col ul li a:hover,.footer-links ul li a:hover,.page-hero h1{color:var(--white)}.breadcrumb span{color:rgba(255,255,255,.4)}#cta{background:url(../images/buildings.webp)center/cover no-repeat}#cta::before{background:linear-gradient(90deg,rgba(34,49,109,.9)0,rgba(53,46,157,.75) 100%)}.breadcrumb,.cta-btns,.cta-inner{display:flex;flex-wrap:wrap}#cta,.cta-inner{position:relative}.cta-inner{z-index:1;align-items:center;justify-content:space-between;gap:32px}.cta-text h2{margin-bottom:.6rem;max-width:560px}.cta-text p{color:rgba(255,255,255,.8);max-width:520px}.cta-btns{gap:14px;flex-shrink:0}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:56px;align-items:start}.contact-info h2{margin-bottom:1rem}.contact-info p{margin-bottom:1.6rem}.contact-items{display:flex;flex-direction:column;gap:18px}.contact-item{display:flex;gap:14px;align-items:flex-start}.contact-item-icon{width:44px;height:44px;flex-shrink:0;border-radius:8px;background:var(--navy);display:flex;align-items:center;justify-content:center}.contact-item-body h3{color:var(--navy);font-size:.9rem;font-weight:600;margin-bottom:2px}.contact-item-body a,.contact-item-body span{font-size:.9rem;color:var(--muted)}.contact-form h3{color:var(--navy);font-size:1.3rem;margin-bottom:.5rem}.contact-form>p{margin-bottom:1.4rem;font-size:.9rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{display:flex;flex-direction:column;gap:5px;margin-bottom:16px}.form-group label{font-size:.85rem;font-weight:600;color:var(--navy)}.form-group input,.form-group textarea{padding:.65rem .9rem;border:1.5px solid var(--border);border-radius:6px;font-family:inherit;font-size:.95rem;color:var(--text);transition:border-color .2s;background:var(--white)}.contact-form input:focus,.contact-form textarea:focus,.form-group input:focus,.form-group textarea:focus{outline:0;border-color:var(--indigo)}.contact-form textarea,.form-group textarea{resize:vertical;min-height:120px}.form-submit{margin-top:4px}.footer-social a,.form-submit .btn{display:flex;align-items:center;justify-content:center}.form-submit .btn{width:100%;gap:8px}#form-status{margin-top:12px;font-size:.9rem;display:none;padding:10px 14px;border-radius:6px}#form-status.success{display:block;background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}#form-status.error{display:block;background:#fef2f2;color:#991b1b;border:1px solid #fca5a5}#footer,.article-wrap th,footer.site-footer{background:var(--navy);padding:56px 0 28px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:40px}#footer .footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-brand img{height:40px;margin-bottom:14px}.footer-brand p{color:rgba(255,255,255,.65);font-size:.9rem;max-width:320px;margin-bottom:16px}.footer-bottom,.footer-social{display:flex;gap:12px}.footer-social a{width:36px;height:36px;border-radius:6px;background:rgba(255,255,255,.1);transition:background .2s,color .2s}.footer-social a:hover{background:var(--indigo);color:var(--white)}.footer-col h4,.footer-contact h4,.footer-links h4{color:var(--white);font-size:.95rem;margin-bottom:14px;font-weight:700}.footer-col ul,.footer-links ul{display:flex;flex-direction:column;gap:8px;list-style:none;padding:0}.footer-col ul li a,.footer-links ul li a{color:rgba(255,255,255,.6);font-size:.88rem;display:inline-block;padding:4px 0}.footer-contact p{color:rgba(255,255,255,.6);font-size:.88rem;margin-bottom:8px;line-height:1.55}.footer-contact a,.footer-social a{color:rgba(255,255,255,.7)}.btn-white:hover,.cta-section h2,.footer-bottom a:hover,.footer-contact a:hover,.lang-switcher a.active,.lang-switcher a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:22px;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer-bottom p{color:rgba(255,255,255,.6);font-size:.82rem;margin:0}.footer-bottom a{color:rgba(255,255,255,.75);text-decoration:underline;text-underline-offset:2px}.cta-section{background:var(--navy);padding:clamp(56px,8vw,88px)0;text-align:center}.cta-section h2{margin-bottom:.75rem}.cta-section p{color:rgba(255,255,255,.75);margin:0 auto 1.6rem;max-width:620px}.btn-white{background:var(--white);color:var(--navy);font-weight:600}.btn-white:hover{background:var(--indigo);opacity:1}#wa-btn,.lang-switcher{display:flex;align-items:center}.lang-switcher{gap:10px}.lang-switcher a{color:rgba(255,255,255,.55);font-size:.82rem;font-weight:500}.lang-switcher span{color:rgba(255,255,255,.25)}#wa-btn{position:fixed;bottom:28px;right:28px;z-index:999;width:56px;height:56px;border-radius:50%;background:#25d366;justify-content:center;box-shadow:0 4px 16px rgba(37,211,102,.45);transition:transform .2s,box-shadow .2s;animation:wa-pulse 2.5s ease-in-out infinite}#wa-btn:hover{transform:scale(1.08);box-shadow:0 6px 22px rgba(37,211,102,.55);animation:none}#wa-btn svg{color:#fff}@media (prefers-reduced-motion:reduce){#wa-btn{animation:none}}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.blog-card{border-radius:var(--radius);overflow:hidden;box-shadow:0 2px 14px rgba(0,0,0,.07);display:flex;flex-direction:column;background:var(--white);position:relative;cursor:pointer}.blog-img{height:200px;overflow:hidden}.blog-img img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.blog-card:hover .blog-img img{transform:scale(1.04)}.blog-body{padding:20px;flex:1;display:flex;flex-direction:column;gap:10px}.blog-cat{font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--indigo);background:rgba(53,46,157,.08);display:inline-block;padding:3px 9px;border-radius:999px;align-self:flex-start}.blog-body h3{font-size:.97rem;color:var(--navy);line-height:1.4;letter-spacing:-.01em}.blog-excerpt,.blog-meta{font-size:.88rem;color:var(--muted)}.blog-body .read-more{color:var(--indigo);font-weight:600;font-size:.88rem;margin-top:auto;display:inline-flex;align-items:center;gap:4px;transition:gap .2s}.blog-body .read-more:hover{text-decoration:none;gap:8px}.blog-body .read-more::after{content:"";position:absolute;inset:0}.blog-meta{font-size:.8rem}.article-wrap{max-width:820px;margin:0 auto}.article-wrap .article-title{font-size:clamp(1.6rem,2.8vw,2.15rem);line-height:1.25;margin:.5rem 0 1.75rem;letter-spacing:-.01em}.article-wrap h2{margin:2.25rem 0 .85rem;font-size:clamp(1.25rem,1.9vw,1.45rem);font-weight:700;line-height:1.35}.article-wrap h3{margin:1.6rem 0 .65rem;font-size:1.15rem;font-weight:700}.article-wrap h4{margin:1.4rem 0 .5rem;font-size:1.02rem;font-weight:700}.article-wrap p{margin-bottom:1.15rem;color:var(--text);line-height:1.8;font-size:1rem}.article-wrap ol,.article-wrap ul{margin:.75rem 0 1.15rem 1.4rem;color:var(--text);line-height:1.8}.article-wrap li{margin-bottom:.4rem}.article-wrap ul{list-style:disc}.article-wrap ol{list-style:decimal}.article-wrap .article-title,.article-wrap strong{color:var(--navy);font-weight:700}.article-wrap em{color:var(--text);font-style:italic}.article-wrap a{color:var(--indigo);text-decoration:underline;text-underline-offset:3px}.article-wrap a:hover,.article-wrap h2,.article-wrap h3,.article-wrap h4{color:var(--navy)}.article-wrap a.btn{text-decoration:none}.article-wrap a.btn-primary,.article-wrap a.btn-primary:hover{color:var(--white)}.article-wrap table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.92rem}.article-wrap th{color:#fff;padding:10px 14px;text-align:left}.article-wrap td{padding:10px 14px;border-bottom:1px solid var(--border)}.article-wrap tr:nth-child(even) td{background:var(--gray)}.article-wrap .article-body>:first-child{margin-top:0}.article-featured-img{width:100%;border-radius:var(--radius);overflow:hidden;margin-bottom:1.5rem;aspect-ratio:16/9;background:var(--gray)}.article-featured-img img{width:100%;height:100%;object-fit:cover;display:block}.article-cta,.article-meta{display:flex;align-items:center;flex-wrap:wrap}.article-meta{gap:18px;margin-bottom:1.25rem;padding-bottom:.9rem;border-bottom:1px solid var(--border)}.article-meta .blog-cat{font-size:.72rem;letter-spacing:.08em;background:rgba(67,56,202,.08);color:var(--indigo);padding:4px 10px;border-radius:999px;font-weight:700}.article-meta .article-author,.article-meta .article-date{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;color:var(--muted);font-weight:500}.article-meta .article-date svg{color:var(--indigo);opacity:.8}.article-cta{background:var(--gray);border-radius:var(--radius);padding:28px 32px;margin:2.5rem 0 0;justify-content:space-between;gap:20px}.article-cta p{color:var(--navy);font-weight:600;font-size:1.05rem;margin:0}.related-posts{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.related-posts>h3{margin-bottom:1.5rem;font-size:1.35rem;color:var(--navy);font-weight:700}.faq-list{max-width:780px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-q,.progress-item h4{color:var(--navy);display:flex;justify-content:space-between}.faq-q{align-items:center;padding:20px 0;cursor:pointer;font-weight:600;font-size:1rem}.faq-q svg{flex-shrink:0;width:18px;height:18px;transition:transform .25s}.faq-a{display:none;padding:0 0 18px;font-size:.95rem;color:var(--muted);line-height:1.7}.faq-a ul{margin:.5rem 0 0 1rem;list-style:disc}.faq-a ul li{margin-bottom:.25rem}.faq-item.open .faq-a{display:block}.service-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{background:var(--white);border-radius:var(--radius);padding:28px 24px;box-shadow:0 2px 12px rgba(0,0,0,.06);border-top:3px solid var(--indigo);display:flex;flex-direction:column;gap:12px;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(0,0,0,.12)}.service-card-icon{width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg,rgba(34,49,109,.12)0,rgba(53,46,157,.15) 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}.faq-q svg,.service-card .service-icon svg,.service-card a,.service-card-icon svg{color:var(--indigo)}.service-card h3{color:var(--navy)}.service-card p{font-size:.9rem;flex:1;line-height:1.6}.service-card a{font-weight:600;font-size:.88rem;display:inline-flex;align-items:center;gap:4px;transition:gap .2s}.service-card a:hover{text-decoration:none;gap:8px}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.step{text-align:center;padding:28px 20px;background:rgba(255,255,255,.07);border-radius:var(--radius)}.step-num{width:52px;height:52px;border-radius:50%;background:var(--indigo);color:var(--white);font-size:1.3rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.step h3{color:var(--white);margin-bottom:.5rem;font-size:1rem}.step p{color:rgba(255,255,255,.7);font-size:.9rem}.stats-banner{position:relative;background:url(../images/2025_05_IncorpTurkiye-Home.webp)center/cover no-repeat;padding:72px 0}.stats-banner::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,49,109,.88)0,rgba(53,46,157,.82) 100%)}.stats-banner .container,.testimonial-card p{position:relative;z-index:1}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stat-item{text-align:center}.stat-num{font-size:2.6rem;font-weight:700;color:var(--white);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:rgba(255,255,255,.75)}.progress-list{display:flex;flex-direction:column;gap:20px}.progress-item h4{font-size:.95rem;margin-bottom:8px}.progress-track{height:8px;background:var(--border);border-radius:4px;overflow:hidden}.progress-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,var(--navy),var(--indigo))}.testimonial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.testimonial-card{background:var(--white);border-radius:var(--radius);padding:32px 28px;box-shadow:var(--shadow);position:relative;overflow:hidden;border-top:3px solid var(--indigo)}.testimonial-card::before{content:"“";position:absolute;top:12px;right:20px;font-size:5rem;line-height:1;color:rgba(53,46,157,.08);font-weight:700;pointer-events:none;user-select:none}.testimonial-card p{color:var(--text);font-style:italic;margin-bottom:20px;line-height:1.75}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-author img{width:48px;height:48px;border-radius:50%;object-fit:cover}.testimonial-author-avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,var(--navy),var(--indigo));color:var(--white);font-weight:700;font-size:1.1rem;display:flex;align-items:center;justify-content:center}.testimonial-author h4{color:var(--navy);font-size:.95rem;margin-bottom:2px;letter-spacing:0}.testimonial-author span{font-size:.82rem;color:var(--indigo);font-weight:500}@media (max-width:1024px){.blog-grid,.process-steps,.service-cards{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid .footer-brand{grid-column:1/-1}.stats-grid{grid-template-columns:repeat(2,1fr)}.testimonial-grid{grid-template-columns:1fr}}@media (max-width:768px){.nav-wrap{display:flex}#top-bar,.nav-cta,.nav-menu{display:none}.hamburger{display:flex;margin-left:auto}.blog-grid,.contact-grid,.footer-grid,.form-row,.grid-2,.process-steps,.service-cards{grid-template-columns:1fr}.grid-2 .about-img{order:-1}.cta-inner{flex-direction:column;text-align:center}.cta-btns{justify-content:center}.section{padding:56px 0}.stats-grid{grid-template-columns:repeat(2,1fr)}.article-cta{flex-direction:column;text-align:center}}@media (max-width:480px){h1{font-size:1.6rem}h2{font-size:1.4rem}.stats-grid{grid-template-columns:1fr 1fr}#wa-btn{bottom:80px;right:20px}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-group .reveal:nth-child(2){transition-delay:.1s}.reveal-group .reveal:nth-child(3){transition-delay:.2s}.reveal-group .reveal:nth-child(4){transition-delay:.3s}.reveal-group .reveal:nth-child(5){transition-delay:.35s}.reveal-group .reveal:nth-child(6){transition-delay:.4s}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}#back-to-top,.contact-detail svg{background:var(--navy);color:var(--white)}#back-to-top{position:fixed;bottom:100px;right:24px;width:42px;height:42px;border-radius:50%;border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,.2);opacity:0;transform:translateY(12px);transition:opacity .25s,transform .25s;z-index:999;pointer-events:none}#back-to-top.visible{opacity:1;transform:translateY(0);pointer-events:auto}#back-to-top:hover{background:var(--indigo)}.section-label{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--indigo);margin-bottom:.6rem}.section-title{color:var(--navy);margin-bottom:1.2rem;font-size:clamp(1.5rem,2.4vw,2rem)}.section-sub{color:var(--muted);margin-bottom:2rem;font-size:1rem;max-width:720px}.about-section .about-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:center}.about-text p{color:var(--muted);margin-bottom:1rem;line-height:1.75}.about-img img{width:100%;height:auto;border-radius:var(--radius);box-shadow:var(--shadow)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card .service-icon{width:48px;height:48px;border-radius:10px;background:rgba(53,46,157,.1);display:flex;align-items:center;justify-content:center}.stats-section{background:var(--gray);padding:56px 0}.stats-section .stat-label{color:var(--muted)}.stat-number{font-size:2.2rem;font-weight:700;color:var(--navy);line-height:1;margin-bottom:.4rem}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.step-item{text-align:center;padding:28px 20px;background:var(--white);border-radius:var(--radius);box-shadow:0 2px 12px rgba(0,0,0,.06)}.step-number{width:52px;height:52px;border-radius:50%;background:var(--indigo);color:var(--white);font-size:1.3rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.step-item h3{color:var(--navy);margin-bottom:.5rem;font-size:1rem}.blog-card-body{padding:20px;flex:1;display:flex;flex-direction:column;gap:10px}.blog-card-body h3{font-size:.97rem;color:var(--navy);line-height:1.4}.blog-card img{width:100%;height:200px;object-fit:cover;display:block}.contact-section .contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:56px;align-items:start}.contact-detail{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px}.contact-detail svg{width:44px;height:44px;flex-shrink:0;padding:12px;border-radius:8px;box-sizing:border-box}.contact-detail strong{color:var(--navy);font-size:.9rem;display:block;margin-bottom:2px}.contact-detail a,.contact-detail p,.step-item p{font-size:.9rem;color:var(--muted)}.contact-detail a:hover{color:var(--indigo)}.contact-form input,.contact-form textarea{width:100%;padding:.7rem .9rem;margin-bottom:14px;border:1.5px solid var(--border);border-radius:6px;font-family:inherit;font-size:.95rem;color:var(--text);background:var(--white)}.contact-form .form-row input{margin-bottom:0}.faq-a p{margin:0 0 .75rem}.faq-a p:last-child{margin-bottom:0}@media (max-width:1024px){.services-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.about-section .about-grid{grid-template-columns:1fr;gap:32px}}@media (max-width:768px){.contact-section .contact-grid,.services-grid,.steps-grid{grid-template-columns:1fr}.about-section .about-grid .about-img{order:-1}}