:root{
    --ts-bg:#08090c;
    --ts-bg-2:#0f1117;
    --ts-panel:#12151c;
    --ts-panel-2:#171a22;
    --ts-gold:#c7a45a;
    --ts-gold-light:#ead18e;
    --ts-silver:#c6c9d1;
    --ts-text:#f5f5f7;
    --ts-muted:#a6aab5;
    --ts-border:rgba(211,184,119,.22);
    --ts-danger:#e66b6b;
    --ts-success:#4fc18b;
}
html{scroll-behavior:smooth}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fff;color:#23252b;overflow-x:hidden}
a{text-decoration:none}
main{min-height:70vh}
.ts-navbar{padding:.55rem 0;background:rgba(7,8,11,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.07);transition:.25s}
.ts-navbar.navbar-shrink{padding:.25rem 0;background:rgba(7,8,11,.97);box-shadow:0 12px 30px rgba(0,0,0,.24)}
.ts-brand{padding:0;display:flex;align-items:center;gap:.62rem;min-width:max-content;text-transform:none!important;letter-spacing:normal!important}
#mainNav .ts-brand .ts-brand-logo{width:74px;height:43px;object-fit:contain;object-position:center;flex:0 0 auto;transition:width .25s ease,height .25s ease}
.ts-brand-text{display:inline-flex;align-items:baseline;gap:.28rem;color:#f6f6f8;font-size:.98rem;font-weight:700;line-height:1;white-space:nowrap;text-transform:none;letter-spacing:.01em}
.ts-brand-text strong{color:var(--ts-gold-light);font-weight:850;letter-spacing:.045em}
#mainNav.navbar-shrink .ts-brand .ts-brand-logo{width:66px;height:38px}
.ts-navbar .nav-link{color:#e8e8eb!important;font-size:.88rem;font-weight:650;letter-spacing:.02em;padding:.8rem .72rem!important}
.ts-navbar .nav-link:hover,.ts-navbar .nav-link:focus{color:var(--ts-gold-light)!important}
.ts-nav-toggle{width:46px;height:40px;border:1px solid var(--ts-border);display:flex;flex-direction:column;justify-content:center;gap:5px;padding:9px}
.ts-nav-toggle span{height:2px;background:var(--ts-gold-light);display:block;width:100%}
.btn{border-radius:10px;font-weight:700;letter-spacing:.01em}
.btn-gold{background:linear-gradient(135deg,#e5c87b,#a87e34);border:1px solid #e9d28e;color:#08090c;box-shadow:0 10px 28px rgba(199,164,90,.18)}
.btn-gold:hover{background:linear-gradient(135deg,#f2dfa5,#c09649);color:#050506;transform:translateY(-1px)}
.btn-outline-gold{border:1px solid var(--ts-gold);color:var(--ts-gold-light);background:transparent}
.btn-outline-gold:hover{background:var(--ts-gold);color:#08090c}
.btn-ghost{border:1px solid rgba(255,255,255,.18);color:#fff;background:transparent}
.btn-ghost:hover{background:rgba(255,255,255,.08);color:#fff}
.btn-xl{padding:1rem 1.55rem}
.hero{position:relative;min-height:760px;padding:160px 0 100px;display:flex;align-items:center;background:
radial-gradient(circle at 75% 25%,rgba(207,169,86,.22),transparent 28%),
radial-gradient(circle at 10% 80%,rgba(151,158,173,.12),transparent 28%),
linear-gradient(135deg,#050609 0%,#0b0d12 54%,#12151c 100%);color:#fff;overflow:hidden}
.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to bottom,black,transparent)}
.hero:after{content:"";position:absolute;right:-8%;top:15%;width:520px;height:520px;border:1px solid rgba(213,181,107,.18);border-radius:50%;box-shadow:0 0 0 70px rgba(213,181,107,.025),0 0 0 140px rgba(213,181,107,.018)}
.hero .container{position:relative;z-index:2}
.eyebrow{display:inline-flex;align-items:center;gap:.6rem;color:var(--ts-gold-light);text-transform:uppercase;font-weight:800;letter-spacing:.15em;font-size:.76rem;margin-bottom:1.2rem}
.eyebrow:before{content:"";width:34px;height:1px;background:var(--ts-gold)}
.hero h1{font-size:clamp(2.7rem,6vw,5.6rem);line-height:.98;letter-spacing:-.045em;max-width:850px;margin:0 0 1.5rem}
.hero h1 .gold{background:linear-gradient(90deg,#f2dfaa,#b98a3e);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-lead{font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.7;color:#c7cad1;max-width:680px}
.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}
.hero-trust{display:flex;flex-wrap:wrap;gap:1.4rem;margin-top:2.3rem;color:#b7bac2;font-size:.9rem}
.hero-trust span:before{content:"✓";color:var(--ts-gold-light);margin-right:.45rem}
.hero-logo-card{position:relative;z-index:3;background:rgba(0,0,0,.54);border:1px solid var(--ts-border);border-radius:24px;padding:1.2rem;box-shadow:0 30px 70px rgba(0,0,0,.4);backdrop-filter:blur(10px)}
.hero-logo-card img{width:100%;height:auto;border-radius:14px}
.section-pad{padding:96px 0}
.section-dark{background:var(--ts-bg);color:#fff}
.section-soft{background:#f4f5f7}
.section-heading{font-size:clamp(2rem,4vw,3.1rem);letter-spacing:-.035em;margin-bottom:.8rem}
.section-lead{color:#747986;max-width:720px;font-size:1.05rem;line-height:1.75}
.section-dark .section-lead{color:var(--ts-muted)}
.service-split{height:100%;border-radius:22px;padding:2rem;background:linear-gradient(145deg,#11141b,#090a0e);border:1px solid var(--ts-border);position:relative;overflow:hidden;transition:.25s}
.service-split:after{content:"";position:absolute;right:-80px;bottom:-80px;width:220px;height:220px;border:1px solid rgba(202,170,97,.2);border-radius:50%}
.service-split:hover{transform:translateY(-5px);border-color:rgba(229,198,126,.55)}
.service-icon,.feature-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,rgba(224,196,126,.19),rgba(159,166,180,.08));border:1px solid var(--ts-border);color:var(--ts-gold-light);font-weight:900;font-size:1.35rem;margin-bottom:1.2rem}
.service-split h3{font-size:1.55rem;margin-bottom:.8rem}
.service-split p{color:var(--ts-muted);line-height:1.7}
.link-arrow{color:var(--ts-gold-light);font-weight:750}
.link-arrow:after{content:" →"}
.feature-card{height:100%;background:#fff;border:1px solid #e2e4e8;border-radius:18px;padding:1.6rem;box-shadow:0 12px 30px rgba(20,24,35,.055);transition:.25s}
.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(20,24,35,.1)}
.feature-card h3{font-size:1.18rem}
.feature-card p{color:#747986;line-height:1.65;font-size:.94rem}
.portfolio-card{position:relative;border-radius:18px;overflow:hidden;background:#111;box-shadow:0 16px 40px rgba(0,0,0,.16)}
.portfolio-card img{width:100%;aspect-ratio:1.38;object-fit:cover;display:block;transition:.4s}
.portfolio-card:hover img{transform:scale(1.035)}
.portfolio-overlay{position:absolute;inset:auto 0 0;padding:3.6rem 1.4rem 1.25rem;background:linear-gradient(transparent,rgba(3,4,6,.95));color:#fff}
.portfolio-overlay span{color:var(--ts-gold-light);font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}
.portfolio-overlay h3{font-size:1.3rem;margin:.3rem 0 0}
.process-step{display:flex;gap:1rem;align-items:flex-start;padding:1.3rem 0;border-bottom:1px solid rgba(255,255,255,.09)}
.process-no{min-width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--ts-gold);color:var(--ts-gold-light);font-weight:800}
.process-step p{color:var(--ts-muted);margin:0}
.price-card{height:100%;background:#fff;border:1px solid #e0e3e8;border-radius:22px;padding:1.8rem;position:relative;box-shadow:0 14px 40px rgba(20,24,35,.07)}
.price-card.featured{border-color:#c7a45a;box-shadow:0 22px 55px rgba(171,132,56,.15)}
.price-badge{position:absolute;top:16px;right:16px;font-size:.7rem;text-transform:uppercase;letter-spacing:.09em;font-weight:800;background:#17191f;color:#ecd493;padding:.35rem .55rem;border-radius:20px}
.price-card .category{color:#9a7536;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800}
.price-card h3{font-size:1.4rem;margin:.55rem 0}
.price-card .description{color:#747986;min-height:50px}
.price{font-size:2rem;font-weight:850;color:#16181d;letter-spacing:-.03em}
.old-price{text-decoration:line-through;color:#9a9eaa;margin-left:.4rem}
.price-placeholder{font-size:1.1rem;font-weight:800;color:#7c6333}
.feature-list{list-style:none;padding:0;margin:1.35rem 0}
.feature-list li{padding:.45rem 0;color:#555a65;display:flex;gap:.55rem}
.feature-list li:before{content:"✓";color:#a47c32;font-weight:900}
.trust-strip{background:#0c0e13;color:#d9dbe0;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}
.trust-item{padding:1.3rem;text-align:center;font-weight:700}
.trust-item span{display:block;color:var(--ts-gold-light);font-size:.76rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}
.faq-item{border:1px solid #e0e2e7;border-radius:14px;margin-bottom:.75rem;background:#fff;overflow:hidden}
.faq-button{width:100%;border:0;background:#fff;padding:1.1rem 1.2rem;text-align:left;font-weight:750;display:flex;justify-content:space-between;align-items:center;color:#24272e}
.faq-button:after{content:"+";font-size:1.4rem;color:#9b7534}
.faq-button[aria-expanded="true"]:after{content:"−"}
.faq-panel{display:none;padding:0 1.2rem 1.1rem;color:#6a6f7b;line-height:1.7}
.faq-panel.show{display:block}
.contact-panel{background:linear-gradient(145deg,#11141a,#08090c);border:1px solid var(--ts-border);border-radius:24px;padding:clamp(1.5rem,4vw,3rem);color:#fff}
.form-control,.form-select{border-radius:10px;padding:.85rem .95rem;border:1px solid #d9dce2}
.contact-panel .form-control,.contact-panel .form-select{background:#171a20;border-color:rgba(255,255,255,.13);color:#fff}
.contact-panel .form-control::placeholder{color:#858b97}
.form-label{font-weight:700;font-size:.88rem}
.page-hero{padding:170px 0 80px;background:radial-gradient(circle at 80% 20%,rgba(198,161,88,.2),transparent 25%),linear-gradient(135deg,#050609,#12151c);color:#fff}
.page-hero h1{font-size:clamp(2.5rem,5vw,4.4rem);letter-spacing:-.04em}
.page-hero p{color:#c5c8d0;max-width:760px;font-size:1.13rem;line-height:1.75}
.breadcrumbs{font-size:.85rem;color:#a4a8b1;margin-bottom:1.3rem}
.breadcrumbs a{color:#d9c182}
.category-card{background:#fff;border:1px solid #e1e3e8;border-radius:17px;padding:1.4rem;height:100%}
.category-card h3{font-size:1.1rem;display:flex;gap:.65rem;align-items:flex-start}
.category-number{color:#a67d32;font-weight:900}
.category-card ul{padding-left:1.15rem;color:#676c77;line-height:1.75;margin-bottom:0}
.service-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.detail-box{padding:1.4rem;border-radius:16px;background:#fff;border:1px solid #e1e3e8}
.detail-box h3{font-size:1.05rem}
.detail-box ul{padding-left:1.1rem;color:#646975;line-height:1.75}
.checkout-card{background:#fff;border:1px solid #e1e3e8;border-radius:20px;padding:clamp(1.2rem,3vw,2.2rem);box-shadow:0 20px 50px rgba(20,24,35,.08)}
.order-summary{background:#11141a;color:#fff;border-radius:18px;padding:1.6rem;position:sticky;top:110px}
.order-summary .summary-price{font-size:2rem;color:#ecd28d;font-weight:850}
.alert-custom{border-radius:12px;padding:1rem 1.1rem;margin-bottom:1rem}
.alert-success-custom{background:#eaf9f1;color:#176942;border:1px solid #bce7d1}
.alert-error-custom{background:#fff0f0;color:#8c2929;border:1px solid #f1c4c4}
.alert-info-custom{background:#eef5ff;color:#234f86;border:1px solid #c9dcf6}
.legal-content{max-width:900px;margin:auto}
.legal-content h2{font-size:1.4rem;margin-top:2rem}
.legal-content p,.legal-content li{color:#5e636e;line-height:1.8}
.legal-warning{background:#fff4d8;border:1px solid #ecd28e;border-radius:12px;padding:1rem;color:#735719}
.ts-footer{background:#07080b;color:#dadce1;padding:75px 0 20px;border-top:1px solid rgba(255,255,255,.08)}
.footer-logo{width:190px;height:auto;object-fit:cover}
.footer-intro{color:#999eaa;line-height:1.7;max-width:390px}
.footer-title{font-size:.86rem;text-transform:uppercase;letter-spacing:.12em;color:#dfc683;margin-bottom:1rem}
.footer-links,.footer-contact{list-style:none;padding:0;margin:0}
.footer-links li{margin:.6rem 0}
.footer-links a{color:#aeb2bb}
.footer-links a:hover{color:#ecd18a}
.footer-contact li{color:#aeb2bb;margin-bottom:.9rem}
.footer-contact span{display:block;color:#696f7b;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}
.footer-contact a{color:#d9dbe0}
.footer-bottom{margin-top:55px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:1rem;color:#747a86;font-size:.82rem}
.mobile-cta{display:none;position:fixed;z-index:999;bottom:0;left:0;right:0;background:#08090c;border-top:1px solid var(--ts-border);padding:.6rem;gap:.55rem}
.mobile-cta a{flex:1;text-align:center;padding:.75rem;border-radius:9px;font-weight:800}
.mobile-cta a:first-child{border:1px solid var(--ts-gold);color:var(--ts-gold-light)}
.mobile-cta a:last-child{background:var(--ts-gold);color:#08090c}
.cookie-banner{position:fixed;z-index:1200;left:24px;right:24px;bottom:24px;max-width:980px;margin:auto;background:#11141a;color:#fff;border:1px solid var(--ts-border);border-radius:16px;padding:1rem 1.2rem;box-shadow:0 20px 60px rgba(0,0,0,.45);display:flex;align-items:center;justify-content:space-between;gap:1rem}
.cookie-banner[hidden]{display:none}
.cookie-banner p{margin:.2rem 0 0;color:#aeb2bd;font-size:.88rem}
.cookie-actions{display:flex;gap:.55rem;white-space:nowrap}
.db-alert{position:fixed;top:85px;left:0;right:0;z-index:1100;background:#8c2929;color:#fff;padding:.55rem;text-align:center;font-size:.84rem}
.admin-shell{background:#f4f5f7;min-height:100vh}
.admin-nav{background:#0b0d12;color:#fff;padding:.8rem 0}
.admin-card{background:#fff;border:1px solid #e0e3e8;border-radius:14px;padding:1.2rem}
.table-responsive{border-radius:12px}
.status-pill{display:inline-block;padding:.25rem .55rem;border-radius:999px;font-size:.75rem;font-weight:800;background:#edf0f4}
.status-paid{background:#dff6e9;color:#176942}.status-failed{background:#fee7e7;color:#8c2929}.status-pending{background:#fff2d8;color:#735719}.status-review{background:#e7eefb;color:#2f5587}
@media(max-width:991.98px){
    .ts-navbar .navbar-collapse{position:absolute;top:100%;left:12px;right:12px;background:#0b0d12;border:1px solid var(--ts-border);border-radius:14px;padding:.6rem 1rem;box-shadow:0 20px 50px rgba(0,0,0,.45)}
    .ts-navbar .navbar-collapse:not(.show){display:none}
    .hero{padding-top:135px;min-height:auto}
    .hero-logo-card{margin-top:2.5rem}
    .service-detail-grid{grid-template-columns:1fr}
}
@media(max-width:767.98px){
    body{padding-bottom:67px}
    .section-pad{padding:70px 0}
    .hero h1{font-size:2.65rem}
    .hero-actions .btn{width:100%}
    .footer-bottom{flex-direction:column}
    .mobile-cta{display:flex}
    .cookie-banner{left:10px;right:10px;bottom:80px;flex-direction:column;align-items:stretch}
    .cookie-actions button{flex:1}
}
/* TANRIKULU SISTEM v2 — bilingual, service catalog and package sales */
.language-switcher{display:flex;align-items:center;gap:.3rem;margin:0 .45rem;color:#777}
.language-switcher a{font-size:.76rem;font-weight:800;color:#a9adb7;padding:.25rem .2rem}
.language-switcher a.active,.language-switcher a:hover{color:var(--ts-gold-light)}
.public-alert{position:fixed;top:82px;left:0;right:0;z-index:1020;background:#4b3511;color:#ffe7a8;text-align:center;padding:.65rem 1rem;font-size:.85rem}
.transparent-logo-card{background:radial-gradient(circle at 50% 30%,rgba(229,200,126,.09),rgba(0,0,0,.12));display:flex;align-items:center;justify-content:center;min-height:420px}
.transparent-logo-card img{background:transparent!important;border-radius:0;filter:drop-shadow(0 24px 32px rgba(0,0,0,.44))}
.about-logo{max-width:100%;height:auto;filter:drop-shadow(0 20px 30px rgba(0,0,0,.18))}
.service-search-wrap{display:flex;gap:1rem;align-items:center;margin-bottom:2rem;position:sticky;top:92px;z-index:20;background:rgba(244,245,247,.94);backdrop-filter:blur(12px);padding:.85rem;border-radius:16px;border:1px solid #e2e4e8}
.service-search{min-height:52px;font-size:1rem}
.service-count{white-space:nowrap;font-weight:800;color:#9a7536;padding:0 .6rem}
.service-category-card{padding:0;overflow:hidden}
.service-category-card h2{font-size:1.08rem;display:flex;gap:.65rem;align-items:flex-start;padding:1.25rem 1.3rem;margin:0;background:linear-gradient(135deg,#fff,#f2f3f5);border-bottom:1px solid #e4e6ea}
.service-link-list{list-style:none!important;padding:0!important;margin:0!important;max-height:560px;overflow:auto}
.service-link-list li{border-bottom:1px solid #eceef1}
.service-link-list li:last-child{border-bottom:0}
.service-link-list a{display:grid;grid-template-columns:1fr auto;grid-template-areas:"title arrow" "meta arrow";column-gap:.8rem;padding:.82rem 1.15rem;color:#343740;transition:.2s}
.service-link-list a:hover{background:#fbf6e9;color:#7e5b22;padding-left:1.3rem}
.service-link-list span{grid-area:title;font-weight:700;font-size:.91rem}
.service-link-list small{grid-area:meta;color:#8a8e98;font-size:.7rem;margin-top:.12rem}
.service-link-list b{grid-area:arrow;align-self:center;color:#ad8135;font-size:1rem}
.service-item-hero h1{max-width:930px}
.detail-check-list{list-style:none;padding:0;margin:1.5rem 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}
.detail-check-list li{background:#fff;border:1px solid #e2e4e8;border-radius:13px;padding:1rem 1rem 1rem 2.6rem;position:relative;color:#555b65}
.detail-check-list li:before{content:"✓";position:absolute;left:1rem;color:#9b742f;font-weight:900}
.price-card h3 a{color:#17191f}.price-card h3 a:hover{color:#9a7536}
.price-block{padding:1rem 0;border-top:1px solid #eceef1;border-bottom:1px solid #eceef1;margin:1rem 0}
.price-block small{color:#7b808a}
.package-facts{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}
.package-facts span{font-size:.75rem;background:#f3f4f6;border:1px solid #e3e5e9;border-radius:999px;padding:.4rem .65rem;color:#676c76}
.package-facts-hero span{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.13);color:#d5d7dc}
.package-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:.6rem;margin-top:auto}
.price-card{display:flex;flex-direction:column}
.price-card .feature-list{flex-grow:1}
.package-checkout-card{background:#fff;border:1px solid #e0e3e8;border-radius:22px;padding:2rem;color:#1a1c21;box-shadow:0 25px 55px rgba(0,0,0,.2)}
.package-checkout-card .price{font-size:2.7rem;margin:.7rem 0}.package-checkout-card small{display:block;margin-top:1rem;color:#747985}
.not-included-box{background:#fffaf2;border-color:#ead7b7}
.not-included-box ul{padding-left:1.2rem;color:#6c6252}
.package-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;margin-bottom:2.2rem}
.package-filter button{border:1px solid #d8dbe1;background:#fff;padding:.65rem 1rem;border-radius:999px;font-weight:750;color:#555a64}
.package-filter button.active,.package-filter button:hover{background:#15171c;color:#f2d998;border-color:#15171c}
.pricing-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.4rem}
.pricing-meta span{font-size:.8rem;color:#c6c9d0;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:.45rem .7rem}
.scope-notice{padding:1.1rem 1.25rem;border:1px solid #e1d2b3;background:#fffaf0;border-radius:14px}.scope-notice p{margin:.25rem 0 0;color:#6e6659}
.payment-assurance{margin-top:1.4rem;padding-top:1.1rem;border-top:1px solid rgba(255,255,255,.1)}
.payment-logos{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.payment-logos img{height:34px;width:auto;max-width:130px;object-fit:contain;background:transparent!important}
.payment-assurance p{font-size:.73rem;color:#8f949e;margin:.65rem 0 0;line-height:1.5}
.order-summary .payment-logos img{height:30px}
.error-code{font-size:clamp(5rem,18vw,12rem);font-weight:900;line-height:.8;color:rgba(233,204,133,.18);letter-spacing:-.06em}
.compact-hero{padding-bottom:65px}.legal-content{max-width:900px;margin:auto;background:#fff;border:1px solid #e3e5e9;border-radius:20px;padding:clamp(1.4rem,4vw,3rem);box-shadow:0 14px 40px rgba(20,24,35,.06)}
.legal-content h2{margin-top:2rem}.legal-warning{padding:1rem;border-radius:12px;background:#fff7e8;border:1px solid #ebd4a8;color:#6b542a}.legal-date{border-top:1px solid #e8eaee;padding-top:1rem;margin-top:2.5rem;color:#777}
.setup-row{display:flex;justify-content:space-between;padding:.8rem;border-bottom:1px solid #eee}
.footer-logo{background:transparent!important}
.price-card[hidden],.package-item[hidden],.service-category-col[hidden]{display:none!important}
@media(max-width:991px){.language-switcher{justify-content:center;margin:.5rem 0}.service-search-wrap{top:78px}.transparent-logo-card{min-height:300px}.package-actions{grid-template-columns:1fr}}
@media(max-width:575px){.detail-check-list{grid-template-columns:1fr}.service-search-wrap{align-items:stretch;flex-direction:column}.service-count{text-align:center}.payment-logos{justify-content:flex-start}.hero-logo-card{padding:.5rem}.transparent-logo-card{min-height:240px}.package-filter button{flex:1 1 45%}}

/* v3 responsive hardening + visual language switcher */
*,*::before,*::after{box-sizing:border-box}
img,svg,video,canvas,iframe{max-width:100%;height:auto}
.container,.container-fluid,.row,[class^="col-"],[class*=" col-"]{min-width:0}
section,.hero,.page-hero,.contact-panel,.service-split,.price-card,.feature-card,.package-checkout-card,.order-summary,.ts-footer{overflow-wrap:break-word}
.ts-navbar .container{gap:.75rem}
.ts-navbar .navbar-nav{row-gap:.1rem}
.ts-navbar .navbar-collapse{min-width:0}
.language-switcher-wrap{display:flex;align-items:center}
.language-switcher{display:flex;align-items:center;gap:.45rem;margin:0 .35rem}
.lang-flag{display:inline-flex;align-items:center;justify-content:center;width:44px;height:30px;padding:2px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 24px rgba(0,0,0,.18);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.lang-flag:hover{transform:translateY(-1px);border-color:rgba(234,209,142,.65);box-shadow:0 14px 28px rgba(0,0,0,.24)}
.lang-flag.active{border-color:var(--ts-gold-light);box-shadow:0 0 0 3px rgba(199,164,90,.18),0 14px 28px rgba(0,0,0,.22)}
.lang-flag img{display:block;width:100%;height:100%;object-fit:cover;border-radius:999px}
.payment-logos img{display:block}
.hero,.page-hero,.section-pad,.section-soft,.section-dark,.ts-footer{overflow-x:clip}
.hero-actions .btn,.package-actions .btn,.package-actions a{min-width:0}
.service-search-wrap,.package-filter,.hero-trust,.pricing-meta,.package-facts,.footer-bottom{min-width:0}
.order-summary,.package-checkout-card,.legal-content,.contact-panel,.faq-button,.feature-card,.service-link-list a{min-width:0}
.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}
@media(max-width:991.98px){
  .ts-navbar .navbar-collapse{max-height:calc(100vh - 88px);overflow:auto}
  .language-switcher-wrap{justify-content:center}
  .language-switcher{justify-content:center;margin:.55rem 0 .25rem}
  .lang-flag{width:48px;height:32px}
  .service-search-wrap{position:static;top:auto}
  .service-link-list{max-height:none}
}
@media(max-width:767.98px){
  #mainNav .ts-brand .ts-brand-logo{width:68px;height:39px}
  .ts-brand-text{font-size:.9rem}
  .ts-navbar{padding:.45rem 0}
  .ts-navbar .nav-link{padding:.7rem .45rem!important}
  .hero{padding-top:128px;padding-bottom:74px}
  .page-hero{padding-top:132px;padding-bottom:64px}
  .hero-logo-card{padding:.75rem}
  .transparent-logo-card{min-height:230px}
  .service-link-list a{grid-template-columns:1fr auto}
  .package-filter button{flex:1 1 calc(50% - .5rem)}
  .footer-logo{width:168px}
}
@media(max-width:575.98px){
  #mainNav .ts-brand .ts-brand-logo{width:60px;height:35px}
  .ts-brand{gap:.48rem}
  .ts-brand-text{font-size:.82rem}
  .ts-navbar .navbar-collapse{left:10px;right:10px;padding:.75rem .9rem}
  .language-switcher{gap:.55rem}
  .lang-flag{width:50px;height:34px}
  .hero h1{font-size:2.38rem}
  .hero-lead,.page-hero p{font-size:1rem;line-height:1.65}
  .trust-item{padding:1rem .75rem}
  .footer-bottom{font-size:.78rem}
  .mobile-cta{padding:.55rem .5rem calc(.55rem + env(safe-area-inset-bottom));}
  .cookie-banner{border-radius:14px}
}

/* v6 exact user PNG payment logos */
.payment-logos{gap:.85rem}
.payment-logo-chip{display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.75);border-radius:12px;padding:.45rem .7rem;box-shadow:0 10px 24px rgba(0,0,0,.18)}
.payment-logo-chip img{display:block;height:28px;width:auto;max-width:none;background:transparent!important;object-fit:contain}
.order-summary .payment-logo-chip{background:#fff;border-color:#edf0f3}
.order-summary .payment-logo-chip img{height:30px}
@media(max-width:575.98px){.payment-logo-chip{padding:.4rem .55rem}.payment-logo-chip img{height:24px}}

/* v7 payment logos fully transparent as uploaded by user */
.payment-logo-chip{background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important}
.payment-logo-chip img{background:transparent !important;filter:none !important;mix-blend-mode:normal !important}
.payment-assurance .payment-logos,.order-summary .payment-logos{align-items:center}
.payment-assurance .payment-logo-chip img{height:32px}
.order-summary .payment-logo-chip img{height:32px}
@media(max-width:575.98px){.payment-assurance .payment-logo-chip img,.order-summary .payment-logo-chip img{height:26px}}

/* Detailed About page */
.about-hero{background:radial-gradient(circle at 82% 20%,rgba(218,180,94,.24),transparent 28%),radial-gradient(circle at 15% 80%,rgba(151,158,173,.12),transparent 26%),linear-gradient(135deg,#050609,#12151c)}
.about-story{background:#fff}
.about-logo-panel{min-height:440px;display:flex;align-items:center;justify-content:center;padding:2rem;border-radius:28px;background:radial-gradient(circle at 50% 28%,rgba(209,173,91,.14),transparent 42%),linear-gradient(145deg,#101219,#07080b);border:1px solid var(--ts-border);box-shadow:0 28px 70px rgba(10,12,18,.16)}
.about-logo-panel img{width:100%;height:auto;filter:drop-shadow(0 24px 34px rgba(0,0,0,.45))}
.about-prose p{font-size:1.04rem;line-height:1.85;color:#626873;margin-bottom:1.2rem}
.about-stat-section{background:#0b0d12;border-top:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07)}
.about-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.about-stat{padding:2rem 1.3rem;text-align:center;border-right:1px solid rgba(255,255,255,.08)}
.about-stat:last-child{border-right:0}
.about-stat strong{display:block;color:#efd999;font-size:clamp(1.65rem,3vw,2.45rem);letter-spacing:-.04em}
.about-stat span{display:block;color:#a8acb6;font-size:.85rem;line-height:1.5;margin-top:.45rem}
.about-capability{height:100%;padding:2rem;border-radius:20px;background:#fff;border:1px solid #dfe2e7;box-shadow:0 16px 38px rgba(20,24,35,.06)}
.about-capability-no{font-size:.78rem;letter-spacing:.14em;font-weight:850;color:#a07831;margin-bottom:1.4rem}
.about-capability h3{font-size:1.35rem;line-height:1.3}
.about-capability p{color:#6b707a;line-height:1.75;margin:0}
.about-sticky{position:sticky;top:120px}
.about-process{display:grid;grid-template-columns:72px 1fr;gap:1.2rem;padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}
.about-process:first-child{padding-top:0}
.about-process-no{width:56px;height:56px;display:grid;place-items:center;border:1px solid var(--ts-gold);border-radius:50%;color:#efd999;font-weight:850}
.about-process h3{font-size:1.2rem;margin-bottom:.45rem}
.about-process p{color:#a6aab5;line-height:1.7;margin:0}
.about-standard{height:100%;padding:1.7rem;border-radius:18px;border:1px solid #e0e3e8;background:#fff;transition:.2s}
.about-standard:hover{transform:translateY(-3px);box-shadow:0 18px 42px rgba(20,24,35,.08)}
.about-standard>span{display:inline-block;color:#a07831;font-weight:850;font-size:.78rem;letter-spacing:.12em;margin-bottom:1.1rem}
.about-standard h3{font-size:1.16rem}
.about-standard p{color:#6a707b;line-height:1.72;margin:0}
.about-audience-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}
.about-audience-list li{position:relative;padding:1.05rem 1rem 1.05rem 2.75rem;border-radius:14px;background:#fff;border:1px solid #e1e4e8;color:#555b65;line-height:1.55}
.about-audience-list li:before{content:"✓";position:absolute;left:1rem;top:1rem;color:#9e7630;font-weight:900}
.about-why{padding:clamp(1.5rem,4vw,3rem);border-radius:26px;background:linear-gradient(145deg,#f6f1e5,#fff);border:1px solid #e6d8b7}
.about-why .col-lg-5{border-left:1px solid #dfd1b0;padding-left:3rem}
.about-why .about-quote-mark{font-family:Georgia,serif;font-size:5rem;line-height:.7;color:#b98a3e}
.about-why .col-lg-5 p{font-size:1.15rem;line-height:1.75;color:#5e5648;margin:.8rem 0 0}
.about-cta{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}
.about-cta>div:first-child{max-width:760px}
.about-cta-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem;min-width:310px}
@media(max-width:991.98px){.about-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.about-stat:nth-child(2){border-right:0}.about-stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}.about-sticky{position:static}.about-why .col-lg-5{border-left:0;border-top:1px solid #dfd1b0;padding-left:calc(var(--bs-gutter-x)*.5);padding-top:2rem}.about-cta{align-items:flex-start;flex-direction:column}.about-cta-actions{justify-content:flex-start;min-width:0}}
@media(max-width:767.98px){.about-logo-panel{min-height:300px;padding:1rem}.about-audience-list{grid-template-columns:1fr}.about-process{grid-template-columns:56px 1fr;gap:.85rem}.about-process-no{width:46px;height:46px}.about-cta-actions{width:100%}.about-cta-actions .btn{width:100%}}
@media(max-width:575.98px){.about-stats{grid-template-columns:1fr}.about-stat{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)!important}.about-stat:last-child{border-bottom:0!important}}

/* Yönetim paneli paket düzenleme ekranı */
.admin-package-editor{scroll-margin-top:24px}
.admin-form-section{padding:1.35rem 0;border-top:1px solid #e6e8ec}
.admin-form-section:first-of-type{border-top:0;padding-top:0}
.admin-form-section h3{font-size:1.05rem;margin:0 0 1rem;color:#24272e}
.admin-save-bar{position:sticky;bottom:12px;z-index:20;margin-top:1.5rem;padding:1rem 1.1rem;border:1px solid #dfe2e7;border-radius:14px;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);box-shadow:0 18px 45px rgba(20,24,35,.16);display:flex;justify-content:space-between;align-items:center;gap:1rem}
.admin-save-bar small{display:block;color:#7a7f89;margin-top:.18rem}
.admin-package-list{display:grid;gap:.75rem}
.admin-package-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid #e3e5e9;border-radius:13px;background:#fff}
.admin-package-row.is-editing{border-color:#b78b3d;background:#fffaf0;box-shadow:0 0 0 3px rgba(183,139,61,.1)}
.admin-package-main{min-width:0}
.admin-package-actions{display:flex;gap:.5rem;flex:0 0 auto}
.admin-filter-form .form-control,.admin-filter-form .form-select{min-height:46px}
.admin-shell .form-control,.admin-shell .form-select{font-size:.94rem}
.admin-shell textarea.form-control{line-height:1.55}
@media(max-width:767.98px){
  .admin-package-row{align-items:flex-start;flex-direction:column}
  .admin-package-actions{width:100%}
  .admin-package-actions .btn{flex:1}
  .admin-save-bar{bottom:74px;align-items:stretch;flex-direction:column}
  .admin-save-bar .btn{width:100%}
}

/* Historical aggregate URLs land on the correct home-page section. */
#hizmetler,
#sss {
    scroll-margin-top: 110px;
}


/* v4 premium gold light surfaces */
:root{
    --ts-light-bg:#f8f0dd;
    --ts-light-bg-2:#efe0bc;
    --ts-light-panel:#fbf4e4;
    --ts-light-panel-2:#f6ebd3;
    --ts-light-border:#dcc18a;
    --ts-light-text:#2f2618;
    --ts-light-muted:#685b43;
    --ts-light-accent:#9a7536;
}
body{background:linear-gradient(180deg,#fbf6ea 0%,#f4e8cb 100%);color:var(--ts-light-text)}
.section-soft{background:linear-gradient(180deg,var(--ts-light-bg) 0%,var(--ts-light-bg-2) 100%)}
.section-heading{color:var(--ts-light-text)}
.section-lead{color:var(--ts-light-muted)}
.feature-card,.price-card,.faq-item,.faq-button,.category-card,.detail-box,.checkout-card,.package-checkout-card,.legal-content,.detail-check-list li{background:linear-gradient(180deg,var(--ts-light-panel) 0%,var(--ts-light-panel-2) 100%);border-color:var(--ts-light-border);color:var(--ts-light-text)}
.feature-card p,.price-card .description,.feature-list li,.faq-panel,.category-card p,.detail-box p,.detail-check-list li,.legal-content,.price-block small,.package-checkout-card small,.not-included-box ul,.scope-notice p{color:var(--ts-light-muted)}
.price,.price-card h3 a,.package-checkout-card,.price-card h3,.feature-card h3,.category-card h3,.detail-box h3,.faq-button,.legal-content h1,.legal-content h2,.legal-content h3{color:var(--ts-light-text)}
.old-price{color:#8e8779}
.trust-item{font-weight:750}
.service-search-wrap{background:rgba(248,240,221,.95);border-color:var(--ts-light-border)}
.service-category-card h2{background:linear-gradient(135deg,#fbf4e3,#f1e1bd);border-bottom-color:var(--ts-light-border);color:var(--ts-light-text)}
.service-link-list li{border-bottom-color:#e6d8b5}
.service-link-list a{color:#3f3525}
.service-link-list a:hover{background:#f6ebcf;color:#7e5b22}
.package-filter button,.package-facts span{background:#f6ecd6;border-color:var(--ts-light-border);color:#564a35}
.not-included-box{background:#fff7e8;border-color:#e3cfa5}
.scope-notice{background:#fbf2dd;border-color:#dcc79d}
.form-control,.form-select{background:#fffaf0;border-color:#d7c7a3;color:#2f2618}
.form-control::placeholder{color:#8a7e69}
.service-count,.price-card .category,.faq-button:after,.detail-check-list li:before,.link-arrow,.portfolio-overlay span{color:var(--ts-light-accent)}
.package-filter button.active,.package-filter button:hover{background:#1a1712;color:#f2d998;border-color:#1a1712}
.compact-hero + section .section-heading,.compact-hero + section .section-lead{color:var(--ts-light-text)}
@media (prefers-color-scheme: light){
    body{background:linear-gradient(180deg,#fbf6ea 0%,#f4e8cb 100%)}
}

/* v4 — clarity, motion and unified administration */
body{color:#1b1e24}
p,.section-lead,.feature-card p,.category-card ul,.detail-box ul,.faq-panel,.legal-content p,.legal-content li{color:#505661}
.section-dark p,.section-dark .section-lead,.service-split p,.process-step p,.contact-panel p{color:#c8ccd4}
.page-hero p,.hero-lead{color:#d6d9df}
.breadcrumbs{color:#c2c6ce}
.price-card .description,.feature-list li,.package-facts span,.detail-check-list li,.service-link-list small,.price-block small{color:#4e5560}
.text-muted{color:#626975!important}
.footer-intro,.footer-links a,.footer-contact li{color:#c0c4cc}
.footer-contact span,.footer-bottom{color:#9aa1ad}
.form-control::placeholder{color:#727985;opacity:1}

.has-motion body{opacity:0;transform:translateY(6px);transition:opacity .42s ease,transform .42s ease}
.has-motion body.is-loaded{opacity:1;transform:none}
.has-motion .ts-reveal{opacity:0;transform:translateY(24px);transition:opacity .65s cubic-bezier(.2,.7,.2,1),transform .65s cubic-bezier(.2,.7,.2,1)}
.has-motion .ts-reveal.is-visible{opacity:1;transform:none}
.has-motion .ts-reveal[data-delay="1"]{transition-delay:.06s}.has-motion .ts-reveal[data-delay="2"]{transition-delay:.12s}.has-motion .ts-reveal[data-delay="3"]{transition-delay:.18s}
.service-split,.feature-card,.price-card,.category-card,.detail-box,.portfolio-card,.package-checkout-card{will-change:transform;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.price-card:hover,.category-card:hover,.detail-box:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(20,24,35,.12);border-color:rgba(174,132,55,.42)}
.btn{transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease}
.btn:hover{transform:translateY(-1px)}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.has-motion body,.has-motion .ts-reveal,*{animation:none!important;transition:none!important;transform:none!important}}

.admin-shell{background:linear-gradient(180deg,#0a0b0f 0,#11141a 260px,#eef0f3 260px,#eef0f3 100%);min-height:100vh;color:#1b1e24;padding:0!important}
.admin-topbar{position:sticky;top:0;z-index:1050;background:rgba(7,8,11,.94);border-bottom:1px solid rgba(229,200,126,.18);backdrop-filter:blur(18px);box-shadow:0 14px 40px rgba(0,0,0,.2)}
.admin-topbar-inner{min-height:74px;display:flex;align-items:center;gap:1.2rem;padding:0 1.4rem}
.admin-brand{display:flex;align-items:center;gap:.7rem;color:#f6f6f8;white-space:nowrap}
.admin-brand img{width:58px;height:34px;object-fit:contain}.admin-brand span{font-weight:720}.admin-brand strong{color:var(--ts-gold-light);letter-spacing:.04em}.admin-brand small{display:block;color:#9da3ae;font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;margin-top:.18rem}
.admin-menu{display:flex;align-items:center;gap:.25rem;margin-left:auto}
.admin-nav-link{color:#d5d8df;padding:.65rem .82rem;border-radius:9px;font-size:.87rem;font-weight:700}
.admin-nav-link:hover,.admin-nav-link.active{background:rgba(229,200,126,.12);color:#f1d998}
.admin-top-actions{display:flex;align-items:center;gap:.8rem}.admin-logout{color:#ff9a9a;font-size:.86rem;font-weight:750}.admin-logout:hover{color:#ffc0c0}
.admin-main{padding:38px 0 70px}.admin-container{max-width:1680px;padding-left:clamp(1rem,3vw,2.5rem);padding-right:clamp(1rem,3vw,2.5rem)}
.admin-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2rem;color:#fff}
.admin-page-head h1{font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.04em;margin:.25rem 0 .45rem}.admin-page-head p{color:#c8ccd4;margin:0;max-width:720px}.admin-kicker{display:block;color:#e4c77d;text-transform:uppercase;font-weight:850;letter-spacing:.14em;font-size:.7rem}
.admin-card{background:#fff;border:1px solid #dfe2e7;border-radius:20px;padding:clamp(1.15rem,2.5vw,1.8rem);box-shadow:0 16px 42px rgba(20,24,35,.08)}
.admin-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.4rem}.admin-card-head h2{font-size:1.25rem;margin:.22rem 0 0}.admin-card-head h2 small{font-size:.75rem;color:#69707b;font-weight:650;margin-left:.35rem}.admin-card-head>a{font-weight:750;color:#8d6727}
.admin-stat-card{height:100%;padding:1.25rem;border-radius:18px;background:linear-gradient(145deg,#171a21,#0b0d11);border:1px solid rgba(229,200,126,.18);box-shadow:0 18px 38px rgba(0,0,0,.18);color:#fff}.admin-stat-card span{display:block;color:#b9bec8;font-size:.78rem;font-weight:750}.admin-stat-card strong{display:block;color:#f1d792;font-size:2.35rem;line-height:1.05;margin:.45rem 0}.admin-stat-card small{color:#8f96a2}
.admin-table{margin-bottom:0}.admin-table thead th{border-bottom:1px solid #dfe2e7;color:#565e69;text-transform:uppercase;letter-spacing:.07em;font-size:.68rem;white-space:nowrap;padding: .8rem}.admin-table tbody td{padding:1rem .8rem;border-color:#e8eaee;vertical-align:top}.admin-table td>strong,.admin-table td>code,.admin-table td>a,.admin-table td>small{display:block;margin-bottom:.18rem}.admin-table code{font-size:.72rem;color:#8a6424}.admin-table a{color:#4c5664}.admin-table a:hover{color:#8a6424}
.admin-lead-list article{padding:1rem 0;border-bottom:1px solid #e7e9ed}.admin-lead-list article:last-child{border-bottom:0}.admin-lead-list strong,.admin-lead-list span,.admin-lead-list small{display:block}.admin-lead-list span{color:#4d5560;margin:.2rem 0}.admin-lead-list small{color:#707783}
.admin-form-section{border:1px solid #e1e4e8;border-radius:16px;padding:1.25rem;margin-bottom:1.1rem;background:#fafbfc}.admin-form-section h3{font-size:1rem;margin:0 0 1rem}.admin-form-section .form-label small{color:#68707b;font-weight:500}.admin-slug-preview{background:#f0f2f5;border-radius:10px;padding:.75rem;color:#505761;overflow:auto}
.admin-save-bar{position:sticky;bottom:14px;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:rgba(13,15,20,.96);color:#fff;border:1px solid rgba(229,200,126,.25);border-radius:15px;padding:1rem 1.1rem;box-shadow:0 18px 45px rgba(0,0,0,.25);backdrop-filter:blur(12px)}.admin-save-bar strong,.admin-save-bar small{display:block}.admin-save-bar small{color:#aeb4be;margin-top:.2rem}
.admin-package-list{display:grid;gap:.75rem}.admin-package-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid #e2e5e9;border-radius:14px;background:#fff}.admin-package-row h3{font-size:1rem;margin:0}.admin-package-row p{color:#505863;margin:.35rem 0 .2rem}.admin-package-row small{color:#737b86}.admin-package-actions{display:flex;align-items:center;justify-content:flex-end;gap:.45rem;flex-wrap:wrap}.admin-package-actions form{margin:0}
.admin-status-form{display:grid;grid-template-columns:minmax(115px,1fr) minmax(115px,1fr) auto;align-items:end;gap:.4rem;min-width:340px}.admin-status-form label{font-size:.7rem;color:#626a75;font-weight:750}.admin-status-form select{margin-top:.25rem}.admin-inline-form{display:flex;gap:.4rem;min-width:190px}.admin-detail-list{display:grid;gap:.55rem;min-width:280px;margin-top:.75rem}.admin-detail-list span{display:block;color:#535b66}.admin-detail-list b{display:block;font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:#777f8a}.admin-message-cell{min-width:260px;max-width:420px;color:#454d58}
.status-review{background:#e7eefb;color:#2f5587}.status-completed{background:#dff6e9;color:#176942}.status-cancelled{background:#fee7e7;color:#8c2929}
.admin-shell .form-control,.admin-shell .form-select{border-color:#cfd4db;background:#fff;color:#1f2329}.admin-shell .form-control:focus,.admin-shell .form-select:focus{border-color:#b58b42;box-shadow:0 0 0 .2rem rgba(199,164,90,.16)}
.admin-shell .alert-custom{box-shadow:0 10px 30px rgba(20,24,35,.06)}
@media(max-width:1100px){.admin-topbar-inner{flex-wrap:wrap;padding-top:.7rem;padding-bottom:.7rem}.admin-menu{order:3;width:100%;overflow-x:auto;margin:0}.admin-top-actions{margin-left:auto}.admin-nav-link{white-space:nowrap}.admin-status-form{min-width:290px}}
@media(max-width:767px){.admin-page-head{align-items:flex-start;flex-direction:column}.admin-package-row{align-items:flex-start;flex-direction:column}.admin-package-actions{justify-content:flex-start}.admin-save-bar{align-items:stretch;flex-direction:column}.admin-top-actions .btn{display:none}.admin-brand span{font-size:.86rem}.admin-menu{gap:.1rem}.admin-nav-link{padding:.55rem .65rem}.admin-main{padding-top:24px}}

/* v5.1 — site-wide contrast correction and visible professional motion */
:root{
    --ts-ink:#20180d;
    --ts-copy:#4c4335;
    --ts-copy-strong:#373023;
    --ts-gold-dark:#765115;
    --ts-gold-dark-hover:#5d3d0d;
    --ts-dark-title:#fffdf8;
    --ts-dark-copy:#d7dbe3;
    --ts-dark-muted:#bdc3ce;
}

/* Light surfaces: do not use the pale gold intended for dark backgrounds. */
body:not(.admin-shell){color:var(--ts-ink)}
body:not(.admin-shell) .section-heading,
body:not(.admin-shell) .feature-card h3,
body:not(.admin-shell) .price-card h3,
body:not(.admin-shell) .category-card h3,
body:not(.admin-shell) .detail-box h3,
body:not(.admin-shell) .about-capability h3,
body:not(.admin-shell) .about-standard h3,
body:not(.admin-shell) .legal-content h1,
body:not(.admin-shell) .legal-content h2,
body:not(.admin-shell) .legal-content h3{color:var(--ts-ink)}
body:not(.admin-shell) .eyebrow{color:var(--ts-gold-dark);text-shadow:none}
body:not(.admin-shell) .eyebrow:before{background:#a67727;box-shadow:0 0 0 1px rgba(166,119,39,.08)}
body:not(.admin-shell) p,
body:not(.admin-shell) .section-lead,
body:not(.admin-shell) .feature-card p,
body:not(.admin-shell) .price-card .description,
body:not(.admin-shell) .feature-list li,
body:not(.admin-shell) .category-card p,
body:not(.admin-shell) .category-card ul,
body:not(.admin-shell) .detail-box p,
body:not(.admin-shell) .detail-box ul,
body:not(.admin-shell) .faq-panel,
body:not(.admin-shell) .legal-content p,
body:not(.admin-shell) .legal-content li,
body:not(.admin-shell) .about-prose p,
body:not(.admin-shell) .about-capability p,
body:not(.admin-shell) .about-standard p,
body:not(.admin-shell) .about-audience-list li{color:var(--ts-copy)}
body:not(.admin-shell) .service-link-list small,
body:not(.admin-shell) .price-block small,
body:not(.admin-shell) .package-checkout-card small,
body:not(.admin-shell) .scope-notice p,
body:not(.admin-shell) .not-included-box ul{color:#5d5344}
body:not(.admin-shell) .link-arrow,
body:not(.admin-shell) .price-card .category,
body:not(.admin-shell) .service-count{color:var(--ts-gold-dark)}
body:not(.admin-shell) .link-arrow:hover,
body:not(.admin-shell) .price-card h3 a:hover{color:var(--ts-gold-dark-hover)}

/* Dark surfaces: titles and labels must remain bright regardless of global light-theme rules. */
body:not(.admin-shell) .hero,
body:not(.admin-shell) .page-hero,
body:not(.admin-shell) .section-dark,
body:not(.admin-shell) .contact-panel,
body:not(.admin-shell) .service-split,
body:not(.admin-shell) .order-summary,
body:not(.admin-shell) .about-logo-panel,
body:not(.admin-shell) .about-stat-section,
body:not(.admin-shell) .ts-footer{color:var(--ts-dark-title)}
body:not(.admin-shell) .hero h1,
body:not(.admin-shell) .page-hero h1,
body:not(.admin-shell) .section-dark h1,
body:not(.admin-shell) .section-dark h2,
body:not(.admin-shell) .section-dark h3,
body:not(.admin-shell) .section-dark h4,
body:not(.admin-shell) .section-dark h5,
body:not(.admin-shell) .section-dark h6,
body:not(.admin-shell) .section-dark .section-heading,
body:not(.admin-shell) .contact-panel h1,
body:not(.admin-shell) .contact-panel h2,
body:not(.admin-shell) .contact-panel h3,
body:not(.admin-shell) .contact-panel .section-heading,
body:not(.admin-shell) .service-split h3,
body:not(.admin-shell) .order-summary h1,
body:not(.admin-shell) .order-summary h2,
body:not(.admin-shell) .order-summary h3,
body:not(.admin-shell) .about-process h3,
body:not(.admin-shell) .about-cta .section-heading,
body:not(.admin-shell) .ts-footer h1,
body:not(.admin-shell) .ts-footer h2,
body:not(.admin-shell) .ts-footer h3{color:var(--ts-dark-title)}
body:not(.admin-shell) .hero .eyebrow,
body:not(.admin-shell) .page-hero .eyebrow,
body:not(.admin-shell) .section-dark .eyebrow,
body:not(.admin-shell) .contact-panel .eyebrow,
body:not(.admin-shell) .service-split .eyebrow,
body:not(.admin-shell) .order-summary .eyebrow,
body:not(.admin-shell) .ts-footer .eyebrow{color:#f1d38a;text-shadow:0 1px 12px rgba(241,211,138,.12)}
body:not(.admin-shell) .hero .eyebrow:before,
body:not(.admin-shell) .page-hero .eyebrow:before,
body:not(.admin-shell) .section-dark .eyebrow:before,
body:not(.admin-shell) .contact-panel .eyebrow:before,
body:not(.admin-shell) .order-summary .eyebrow:before{background:#d5aa50;box-shadow:0 0 16px rgba(213,170,80,.28)}
body:not(.admin-shell) .hero-lead,
body:not(.admin-shell) .page-hero p,
body:not(.admin-shell) .section-dark p,
body:not(.admin-shell) .section-dark .section-lead,
body:not(.admin-shell) .contact-panel p,
body:not(.admin-shell) .contact-panel .section-lead,
body:not(.admin-shell) .service-split p,
body:not(.admin-shell) .process-step p,
body:not(.admin-shell) .about-process p,
body:not(.admin-shell) .order-summary p{color:var(--ts-dark-copy)}
body:not(.admin-shell) .breadcrumbs{color:#d0d4dc}
body:not(.admin-shell) .breadcrumbs a{color:#f0d48e}
body:not(.admin-shell) .package-facts-hero span,
body:not(.admin-shell) .pricing-meta span{color:#e0e3e9}
body:not(.admin-shell) .hero-trust{color:#d2d6de}
body:not(.admin-shell) .footer-intro,
body:not(.admin-shell) .footer-links a,
body:not(.admin-shell) .footer-contact li{color:#cbd0d8}
body:not(.admin-shell) .footer-contact span,
body:not(.admin-shell) .footer-bottom{color:#aab1bc}
body:not(.admin-shell) .footer-title{color:#f1d38a}

/* Keep headings legible when a dark section follows the premium light theme overrides. */
.section-dark .section-heading,
.section-dark .about-sticky .section-heading,
.section-dark .about-cta .section-heading{color:#fffdf8!important}
.section-dark .eyebrow{color:#f1d38a!important}
.section-soft .eyebrow,
.about-story .eyebrow,
.about-why .eyebrow,
section:not(.section-dark):not(.hero):not(.page-hero) > .container .eyebrow{color:var(--ts-gold-dark)}

/* Visible intro sequence. */
.has-motion body{opacity:1;transform:none;transition:none}
.ts-intro{opacity:0;transform:translate3d(0,34px,0);filter:blur(5px)}
.ts-intro.ts-intro-left{transform:translate3d(-34px,0,0)}
.ts-intro.ts-intro-right{transform:translate3d(34px,0,0)}
.ts-intro.is-visible{opacity:1;transform:translate3d(0,0,0);filter:blur(0);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1),filter .7s ease}
.ts-intro[data-delay="1"].is-visible{transition-delay:.10s}
.ts-intro[data-delay="2"].is-visible{transition-delay:.20s}
.ts-intro[data-delay="3"].is-visible{transition-delay:.30s}
.ts-intro[data-delay="4"].is-visible{transition-delay:.40s}

/* Scroll reveal is intentionally more noticeable than the previous 24px fade. */
.has-motion .ts-reveal{opacity:0;transform:translate3d(0,54px,0) scale(.975);filter:blur(4px);transition:opacity .82s cubic-bezier(.16,1,.3,1),transform .82s cubic-bezier(.16,1,.3,1),filter .72s ease}
.has-motion .ts-reveal.ts-reveal-left{transform:translate3d(-54px,0,0) scale(.985)}
.has-motion .ts-reveal.ts-reveal-right{transform:translate3d(54px,0,0) scale(.985)}
.has-motion .ts-reveal.is-visible{opacity:1;transform:translate3d(0,0,0) scale(1);filter:blur(0)}
.has-motion .ts-reveal[data-delay="1"]{transition-delay:.09s}
.has-motion .ts-reveal[data-delay="2"]{transition-delay:.18s}
.has-motion .ts-reveal[data-delay="3"]{transition-delay:.27s}
.has-motion .ts-reveal[data-delay="4"]{transition-delay:.36s}

/* Eyebrow line grows after the reveal instead of appearing statically. */
.has-motion .ts-reveal.eyebrow:before,
.has-motion .ts-intro.eyebrow:before{transform:scaleX(0);transform-origin:left;transition:transform .65s cubic-bezier(.16,1,.3,1) .18s}
.has-motion .ts-reveal.eyebrow.is-visible:before,
.has-motion .ts-intro.eyebrow.is-visible:before{transform:scaleX(1)}

/* Premium interaction details. */
.hero:after{animation:ts-orbit 12s ease-in-out infinite alternate}
.hero-logo-card{animation:ts-float 6s ease-in-out infinite;transition:transform .45s cubic-bezier(.16,1,.3,1),box-shadow .45s ease,border-color .45s ease}
.hero-logo-card:hover{transform:translateY(-9px) rotate(.35deg);border-color:rgba(234,209,142,.5);box-shadow:0 42px 90px rgba(0,0,0,.5)}
.service-split,.feature-card,.price-card,.category-card,.detail-box,.portfolio-card,.about-capability,.about-standard,.package-checkout-card{transition:transform .42s cubic-bezier(.16,1,.3,1),box-shadow .42s ease,border-color .42s ease}
.service-split:hover,.feature-card:hover,.price-card:hover,.category-card:hover,.detail-box:hover,.about-capability:hover,.about-standard:hover,.package-checkout-card:hover{transform:translateY(-9px);box-shadow:0 26px 58px rgba(20,24,35,.16);border-color:rgba(166,119,39,.55)}
.service-icon,.feature-icon,.process-no,.about-process-no{transition:transform .38s cubic-bezier(.16,1,.3,1),box-shadow .38s ease,background .38s ease}
.service-split:hover .service-icon,.feature-card:hover .feature-icon,.process-step:hover .process-no,.about-process:hover .about-process-no{transform:translateY(-4px) rotate(-3deg) scale(1.06);box-shadow:0 12px 28px rgba(199,164,90,.2)}
.portfolio-card .portfolio-overlay{transform:translateY(12px);transition:transform .42s cubic-bezier(.16,1,.3,1),padding .42s ease}
.portfolio-card:hover .portfolio-overlay{transform:translateY(0);padding-bottom:1.55rem}
.portfolio-card img{transition:transform .75s cubic-bezier(.16,1,.3,1),filter .75s ease}
.portfolio-card:hover img{transform:scale(1.075);filter:saturate(1.08) contrast(1.04)}
.process-step,.about-process{transition:transform .3s ease,border-color .3s ease,background .3s ease;padding .3s ease}
.process-step:hover,.about-process:hover{transform:translateX(8px);border-color:rgba(213,170,80,.42)}
.btn{position:relative;overflow:hidden;isolation:isolate;transition:transform .26s cubic-bezier(.16,1,.3,1),box-shadow .26s ease,background-color .26s ease,border-color .26s ease,color .26s ease}
.btn:after{content:"";position:absolute;z-index:-1;top:-30%;bottom:-30%;left:-55%;width:35%;transform:skewX(-20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent);transition:left .65s cubic-bezier(.16,1,.3,1)}
.btn:hover:after{left:125%}
.btn:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(20,24,35,.16)}
.ts-navbar .nav-link{position:relative}
.ts-navbar .nav-link:after{content:"";position:absolute;left:.72rem;right:.72rem;bottom:.42rem;height:1px;background:var(--ts-gold-light);transform:scaleX(0);transform-origin:center;transition:transform .3s cubic-bezier(.16,1,.3,1)}
.ts-navbar .nav-link:hover:after,.ts-navbar .nav-link:focus:after{transform:scaleX(1)}
.faq-panel.show{animation:ts-faq-in .34s cubic-bezier(.16,1,.3,1)}
.trust-item{transition:background .3s ease,transform .3s ease}
.trust-item:hover{background:rgba(255,255,255,.035);transform:translateY(-3px)}

@keyframes ts-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes ts-orbit{0%{transform:translate3d(0,0,0) scale(1)}100%{transform:translate3d(-24px,18px,0) scale(1.055)}}
@keyframes ts-faq-in{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}

@media(max-width:767.98px){
    .has-motion .ts-reveal{transform:translate3d(0,36px,0) scale(.985)}
    .has-motion .ts-reveal.ts-reveal-left,.has-motion .ts-reveal.ts-reveal-right{transform:translate3d(0,36px,0) scale(.985)}
    .process-step:hover,.about-process:hover{transform:none}
    .hero-logo-card{animation-duration:7.5s}
}

@media(prefers-reduced-motion:reduce){
    .hero:after,.hero-logo-card{animation:none!important}
    .ts-intro,.has-motion .ts-reveal{filter:none;transform:none;transition-duration:.2s}
}

/* Dark-surface link and utility text contrast completion. */
body:not(.admin-shell) .section-dark .link-arrow,
body:not(.admin-shell) .service-split .link-arrow,
body:not(.admin-shell) .contact-panel a:not(.btn),
body:not(.admin-shell) .order-summary a:not(.btn),
body:not(.admin-shell) .ts-footer a:not(.btn){color:#f1d38a}
body:not(.admin-shell) .section-dark .link-arrow:hover,
body:not(.admin-shell) .service-split .link-arrow:hover,
body:not(.admin-shell) .contact-panel a:not(.btn):hover,
body:not(.admin-shell) .order-summary a:not(.btn):hover,
body:not(.admin-shell) .ts-footer a:not(.btn):hover{color:#ffe6a8}
body:not(.admin-shell) .section-dark .text-muted,
body:not(.admin-shell) .page-hero .text-muted,
body:not(.admin-shell) .contact-panel .text-muted,
body:not(.admin-shell) .order-summary .text-muted,
body:not(.admin-shell) .ts-footer .text-muted{color:#c4cad4!important}
body:not(.admin-shell) .section-dark small,
body:not(.admin-shell) .page-hero small,
body:not(.admin-shell) .contact-panel small,
body:not(.admin-shell) .order-summary small{color:#c5cad3}


/* v5.2 — user review: remove promo strips, center every page and finish contrast */
:root{
    --ts-content-max:1280px;
    --ts-light-copy-final:#40372b;
    --ts-light-muted-final:#554a3b;
    --ts-dark-copy-final:#eef1f6;
}

/* One centered content rail on every public page. Partial card rows also sit centrally. */
body:not(.admin-shell) .container{
    width:min(calc(100% - 2rem),var(--ts-content-max));
    max-width:var(--ts-content-max);
    margin-inline:auto;
    padding-left:0;
    padding-right:0;
}
body:not(.admin-shell) main .row,
body:not(.admin-shell) .ts-footer .row{justify-content:center}
body:not(.admin-shell) main section > .container,
body:not(.admin-shell) .ts-footer > .container{margin-inline:auto}

/* The two crossed-out promotional/information bands are intentionally removed from markup. */
.trust-strip,.about-stat-section{display:none!important}

/* Light backgrounds: every supporting line must remain readable. */
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) p,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) li,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) small,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) .text-muted,
body:not(.admin-shell) .section-soft p,
body:not(.admin-shell) .section-soft li,
body:not(.admin-shell) .section-soft small,
body:not(.admin-shell) .section-soft .text-muted{
    color:var(--ts-light-copy-final)!important;
    opacity:1!important;
}
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) .section-lead,
body:not(.admin-shell) .section-soft .section-lead{color:var(--ts-light-muted-final)!important}
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) h1,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) h2,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) h3,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) h4,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) h5,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) h6{color:#211a11}

/* Package hero: the checkout card is light even though its parent hero is dark. */
body:not(.admin-shell) .package-detail-hero .package-checkout-card,
body:not(.admin-shell) .package-detail-hero .package-checkout-card h1,
body:not(.admin-shell) .package-detail-hero .package-checkout-card h2,
body:not(.admin-shell) .package-detail-hero .package-checkout-card h3,
body:not(.admin-shell) .package-detail-hero .package-checkout-card .price{color:#241c11!important}
body:not(.admin-shell) .package-detail-hero .package-checkout-card p,
body:not(.admin-shell) .package-detail-hero .package-checkout-card small,
body:not(.admin-shell) .package-detail-hero .package-checkout-card .category{
    color:#4c4030!important;
    opacity:1!important;
}
body:not(.admin-shell) .package-detail-hero .package-facts-hero span{
    background:rgba(255,255,255,.11)!important;
    border-color:rgba(255,255,255,.28)!important;
    color:#fff!important;
    box-shadow:0 8px 22px rgba(0,0,0,.14);
}
body:not(.admin-shell) .package-detail-hero .package-facts-hero span strong{color:#fff!important}

/* Process text can appear on both cream and dark sections. */
body:not(.admin-shell) main section:not(.section-dark) .process-step p{color:#4b4031!important}
body:not(.admin-shell) main section:not(.section-dark) .process-step h3{color:#211a11!important}
body:not(.admin-shell) main section:not(.section-dark) .process-no{
    color:#805a19!important;
    border-color:#b9852b!important;
    background:rgba(255,255,255,.32);
}
body:not(.admin-shell) .section-dark .process-step p,
body:not(.admin-shell) .section-dark .about-process p{color:#dce1e9!important}
body:not(.admin-shell) .section-dark .process-step h3,
body:not(.admin-shell) .section-dark .about-process h3{color:#fff!important}

/* Pills, details, prices and utility text on cream/white cards. */
body:not(.admin-shell) .detail-check-list li,
body:not(.admin-shell) .package-facts:not(.package-facts-hero) span,
body:not(.admin-shell) .price-block small,
body:not(.admin-shell) .scope-notice p,
body:not(.admin-shell) .not-included-box li,
body:not(.admin-shell) .not-included-box p,
body:not(.admin-shell) .faq-panel,
body:not(.admin-shell) .feature-list li{color:#43392b!important;opacity:1!important}
body:not(.admin-shell) .package-checkout-card .btn-gold{color:#08090c!important}

/* Footer and contact: every clickable text link is white site-wide. */
body:not(.admin-shell) .ts-footer a:not(.btn),
body:not(.admin-shell) .contact-panel a:not(.btn),
body:not(.admin-shell) .section-dark .footer-contact a,
body:not(.admin-shell) #contact a:not(.btn){
    color:#fff!important;
    opacity:1!important;
}
body:not(.admin-shell) .ts-footer a:not(.btn):hover,
body:not(.admin-shell) .ts-footer a:not(.btn):focus,
body:not(.admin-shell) .contact-panel a:not(.btn):hover,
body:not(.admin-shell) .contact-panel a:not(.btn):focus,
body:not(.admin-shell) #contact a:not(.btn):hover,
body:not(.admin-shell) #contact a:not(.btn):focus{color:#f2d796!important}
body:not(.admin-shell) .ts-footer .footer-contact li,
body:not(.admin-shell) .contact-panel .footer-contact li{color:#e4e8ef!important}
body:not(.admin-shell) .ts-footer .footer-contact span,
body:not(.admin-shell) .contact-panel .footer-contact span{color:#c3cad5!important}

/* Keep readable breathing room while preserving the centered rail. */
@media(max-width:767.98px){
    body:not(.admin-shell) .container{width:min(calc(100% - 1.25rem),var(--ts-content-max))}
    body:not(.admin-shell) .page-hero h1{overflow-wrap:anywhere}
}

/* v5.3 — dark components nested inside light sections */
body:not(.admin-shell) .portfolio-overlay,
body:not(.admin-shell) .portfolio-overlay h3{
    color:#fff!important;
    text-shadow:0 2px 16px rgba(0,0,0,.72);
}
body:not(.admin-shell) .portfolio-overlay span{
    color:#f0cf7d!important;
    text-shadow:0 2px 14px rgba(0,0,0,.72);
}

body:not(.admin-shell) .order-summary,
body:not(.admin-shell) .order-summary h1,
body:not(.admin-shell) .order-summary h2,
body:not(.admin-shell) .order-summary h3,
body:not(.admin-shell) .order-summary h4,
body:not(.admin-shell) .order-summary h5,
body:not(.admin-shell) .order-summary h6{
    color:#fff!important;
}
body:not(.admin-shell) .order-summary p,
body:not(.admin-shell) .order-summary small,
body:not(.admin-shell) .order-summary li,
body:not(.admin-shell) .order-summary span:not(.summary-price),
body:not(.admin-shell) .order-summary .text-secondary,
body:not(.admin-shell) .order-summary .text-muted,
body:not(.admin-shell) .order-summary .feature-list li{
    color:#d8dde6!important;
    opacity:1!important;
}
body:not(.admin-shell) .order-summary .feature-list li:before{color:#e6c36e!important}
body:not(.admin-shell) .order-summary .summary-price{color:#f0d385!important}

body:not(.admin-shell) .ts-footer .payment-assurance p{
    color:#c6ccd6!important;
    opacity:1!important;
}
body:not(.admin-shell) .ts-footer .footer-bottom{color:#b8bec9!important}

/* Stronger gold utility labels on light surfaces. */
body:not(.admin-shell) .category-number,
body:not(.admin-shell) .about-capability-no,
body:not(.admin-shell) .about-standard>span{color:#805815!important}

/* v5.3.1 — specificity guard for dark order summary inside a light section */
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) .order-summary p,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) .order-summary small,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) .order-summary li,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) .order-summary .text-secondary,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) .order-summary .text-muted,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) .order-summary .feature-list li{
    color:#d8dde6!important;
    opacity:1!important;
}
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) .order-summary h1,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) .order-summary h2,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) .order-summary h3,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) .order-summary h4,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) .order-summary h5,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) .order-summary h6{color:#fff!important}

/* v5.3.2 — readable links on light content surfaces */
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) a:not(.btn){color:#6f4b10}
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) a:not(.btn):hover,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) a:not(.btn):focus{color:#4f3308}


/* v5.4 — section headings are genuinely centered, not split into side-by-side columns */
body:not(.admin-shell) .section-intro{
    width:min(100%,960px);
    margin-inline:auto;
    text-align:center;
    display:flex;
    flex-direction:column;
    align-items:center;
}
body:not(.admin-shell) .section-intro .eyebrow{
    justify-content:center;
    margin-left:auto;
    margin-right:auto;
}
body:not(.admin-shell) .section-intro .section-heading{
    width:100%;
    max-width:900px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
body:not(.admin-shell) .section-intro .section-lead{
    width:100%;
    max-width:780px;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center;
}
@media(max-width:767.98px){
    body:not(.admin-shell) .section-intro{width:100%}
    body:not(.admin-shell) .section-intro .section-heading,
    body:not(.admin-shell) .section-intro .section-lead{text-align:center}
}

/* Blog and secure order document additions */
.blog-hero .container,
.blog-detail-hero .container { max-width: 980px; }
.blog-grid { align-items: stretch; }
.blog-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid rgba(20, 24, 34, .12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(10, 13, 20, .07);
}
.blog-card h2 { margin: 16px 0 14px; font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.24; }
.blog-card h2 a { color: inherit; text-decoration: none; }
.blog-card h2 a:hover { color: #9a6b18; }
.blog-card p { color: #5f6470; line-height: 1.75; }
.blog-card-meta,
.blog-article-meta { display: flex; flex-wrap: wrap; gap: 12px; color: #777d89; font-size: .86rem; }
.blog-badge {
    align-self: flex-start;
    margin-bottom: 16px;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(207, 156, 54, .14);
    color: #7f5812;
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.blog-read-more { margin-top: auto; padding-top: 16px; color: #8b6118; font-weight: 800; text-decoration: none; }
.blog-content { font-size: 1.05rem; line-height: 1.9; color: #30343c; }
.blog-content h2 { margin: 2.4em 0 .8em; font-size: 1.8rem; color: #14171d; }
.blog-content h3 { margin: 2em 0 .7em; font-size: 1.4rem; color: #14171d; }
.blog-content p { margin: 0 0 1.35em; }
.blog-content ul,
.blog-content ol { margin: 0 0 1.5em; padding-left: 1.4em; }
.blog-content li { margin: .45em 0; }
.blog-content blockquote { margin: 2em 0; padding: 20px 24px; border-left: 4px solid #c99a3b; background: #f7f3e9; border-radius: 0 14px 14px 0; }
.blog-article-cta { margin-top: 56px; padding: 34px; border-radius: 22px; background: #101218; color: #fff; }
.blog-article-cta p { color: rgba(255,255,255,.7); }
.detail-check-list-wide { columns: 2; column-gap: 44px; }
.detail-check-list-wide li { break-inside: avoid; }
.admin-blog-editor { min-height: 320px; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; line-height: 1.55; }
.admin-logout { border: 0; background: transparent; cursor: pointer; font: inherit; }

@media (max-width: 767.98px) {
    .blog-card { padding: 24px; }
    .blog-article-cta { padding: 26px; }
    .detail-check-list-wide { columns: 1; }
}

/* v5.5 — blog CTA and checkout legal-consent contrast */
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) .blog-article-cta h2,
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) .blog-article-cta h3 {
    color: #fff !important;
}
body:not(.admin-shell) main section:not(.section-dark):not(.hero):not(.page-hero) .blog-article-cta p {
    color: #d8dde6 !important;
    opacity: 1 !important;
}
.blog-article-cta {
    border: 1px solid rgba(224, 181, 84, .34);
    box-shadow: 0 24px 60px rgba(9, 10, 14, .18);
}
.checkout-consents {
    padding: 18px 20px;
    border: 1px solid #dbc38d;
    border-radius: 16px;
    background: linear-gradient(180deg, #fffaf0 0%, #f8eed8 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}
.checkout-consents .form-check {
    min-height: 24px;
    padding-left: 1.85rem;
}
.checkout-consents .form-check-label {
    color: #2d2417 !important;
    font-size: .94rem;
    font-weight: 650;
    line-height: 1.6;
    opacity: 1 !important;
}
body:not(.admin-shell) main .checkout-consents a:not(.btn) {
    color: #70470a !important;
    font-weight: 850;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
}
body:not(.admin-shell) main .checkout-consents a:not(.btn):hover,
body:not(.admin-shell) main .checkout-consents a:not(.btn):focus {
    color: #3f2704 !important;
}
.checkout-consents .form-check-input {
    margin-top: .3rem;
    border-color: #9f7225;
}
.checkout-consents .form-check-input:checked {
    background-color: #9a6b18;
    border-color: #9a6b18;
}




/* v8 responsive stability patch: mobile/tablet overlap fixes */
:root{
    --ts-mobile-cta-height: 96px;
}

body:not(.admin-shell){
    overflow-x:hidden;
}

body:not(.admin-shell) main,
body:not(.admin-shell) section,
body:not(.admin-shell) .container,
body:not(.admin-shell) .row,
body:not(.admin-shell) [class*="col-"]{
    min-width:0;
}

body:not(.admin-shell) .section-heading,
body:not(.admin-shell) .page-hero h1,
body:not(.admin-shell) .hero h1,
body:not(.admin-shell) .about-process h3,
body:not(.admin-shell) .about-standard h3,
body:not(.admin-shell) .about-capability h3,
body:not(.admin-shell) .service-category-title,
body:not(.admin-shell) .service-card-title{
    overflow-wrap:anywhere;
    word-break:break-word;
}

body:not(.admin-shell) .section-heading{
    line-height:1.14;
    margin-bottom:1rem;
}

body:not(.admin-shell) .section-lead,
body:not(.admin-shell) .about-prose p,
body:not(.admin-shell) .about-process p,
body:not(.admin-shell) .about-standard p,
body:not(.admin-shell) .about-capability p,
body:not(.admin-shell) .feature-card p,
body:not(.admin-shell) .service-split p,
body:not(.admin-shell) .contact-panel p,
body:not(.admin-shell) .footer-intro,
body:not(.admin-shell) .category-card ul,
body:not(.admin-shell) .detail-box ul,
body:not(.admin-shell) .faq-panel,
body:not(.admin-shell) .legal-content p,
body:not(.admin-shell) .legal-content li{
    overflow-wrap:anywhere;
    word-break:break-word;
}

.about-story .col-lg-7,
.about-sticky,
.about-cta,
.section-intro,
.text-center.mb-5{
    min-width:0;
}

.about-story .col-lg-7{
    display:flex;
    flex-direction:column;
    gap:.2rem;
}

.about-prose{
    display:grid;
    gap:.1rem;
}

.about-prose p:last-child,
.section-lead:last-child{
    margin-bottom:0;
}

.about-sticky{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.about-sticky .btn,
.about-cta-actions .btn{
    white-space:normal;
    text-align:center;
}

.about-process-list,
.about-audience-list,
.footer-links,
.footer-contact,
.package-facts,
.pricing-meta,
.hero-trust,
.hero-actions,
.package-actions,
.footer-bottom{
    min-width:0;
}

.order-summary,
.package-checkout-card{
    min-width:0;
}

@media (max-width: 991.98px){
    .section-pad{padding:72px 0;}
    .ts-footer{padding-bottom:24px;}
    .order-summary{position:static;top:auto;}
    .page-hero p,
    .hero-lead,
    .section-lead,
    .about-prose p,
    .about-process p,
    .about-standard p,
    .about-capability p{font-size:1rem;line-height:1.72;}
    .about-story .row,
    .about-cta,
    .footer-bottom{row-gap:1rem;}
}

@media (max-width: 767.98px){
    body:not(.admin-shell){padding-bottom:var(--ts-mobile-cta-height);}
    main{min-height:auto;}
    .section-pad{padding:56px 0;}
    .page-hero{padding-top:118px;padding-bottom:52px;}
    .hero{padding-top:118px;padding-bottom:58px;}
    .section-heading{
        font-size:clamp(1.9rem, 7vw, 2.6rem) !important;
        line-height:1.12;
        margin-bottom:.95rem;
    }
    .page-hero h1,
    .hero h1{
        line-height:1.02;
        margin-bottom:1rem;
    }
    .about-story .col-lg-7,
    .about-sticky,
    .about-cta,
    .section-intro,
    .text-center.mb-5{
        gap:.35rem;
    }
    .about-logo-panel{min-height:260px;padding:1rem;}
    .about-why{padding:1.35rem;}
    .about-why .col-lg-5{padding-top:1.25rem;}
    .about-quote-mark{font-size:3.35rem !important;}
    .about-process{grid-template-columns:48px 1fr;gap:.85rem;padding:1.1rem 0;}
    .about-process-no{width:42px;height:42px;font-size:.92rem;}
    .about-process h3{font-size:1.08rem;line-height:1.35;margin-bottom:.35rem;}
    .about-cta-actions{width:100%;min-width:0;display:grid;grid-template-columns:1fr;}
    .about-cta-actions .btn,
    .package-actions .btn,
    .package-actions a,
    .mobile-cta a{min-height:52px;display:flex;align-items:center;justify-content:center;}
    .footer-bottom{flex-direction:column;align-items:flex-start;}
    .cookie-banner{bottom:calc(var(--ts-mobile-cta-height) + 10px);}

    /* Disable scroll/intro transforms on mobile to prevent paint glitches and text overlap */
    .ts-intro,
    .has-motion .ts-reveal,
    .has-motion .ts-reveal.ts-reveal-left,
    .has-motion .ts-reveal.ts-reveal-right,
    .has-motion .ts-intro,
    .has-motion .ts-intro.ts-intro-left,
    .has-motion .ts-intro.ts-intro-right{
        opacity:1 !important;
        transform:none !important;
        filter:none !important;
        transition:none !important;
    }
}

@media (max-width: 575.98px){
    :root{--ts-mobile-cta-height: 92px;}
    .container{padding-left:16px;padding-right:16px;}
    .ts-navbar .container{padding-left:16px;padding-right:16px;}
    .section-heading{
        font-size:clamp(1.75rem, 8vw, 2.2rem) !important;
        line-height:1.1;
    }
    .about-prose p,
    .section-lead,
    .about-process p,
    .about-standard p,
    .about-capability p{font-size:.98rem;line-height:1.7;}
    .footer-logo{width:160px;}
    .mobile-cta{padding:.55rem .5rem calc(.55rem + env(safe-area-inset-bottom));}
    .mobile-cta a{font-size:1rem;padding:.75rem .65rem;}
    .cookie-banner{left:10px;right:10px;}
}


.mobile-cta{display:none !important;}

@media (max-width: 767.98px){
    body:not(.admin-shell){padding-bottom:0 !important;}
}

@media (max-width: 575.98px){
    .cookie-banner{left:10px;right:10px;}
}


/* v11 — dedicated quote route, single-column forms and checkout */
.lead-form-single > [class*="col-"]{flex:0 0 100%;max-width:100%;width:100%;}
.quote-form-shell{max-width:860px;margin:0 auto;}
.quote-page-panel{padding:clamp(24px,4vw,52px);}
.checkout-single-flow{display:grid;grid-template-columns:minmax(0,1fr);gap:28px;max-width:900px;margin:0 auto;}
.checkout-form-column,.checkout-summary-column{width:100%;min-width:0;}
.checkout-form-column .checkout-card,.checkout-summary-column .order-summary{width:100%;max-width:none;}
.checkout-summary-column .order-summary{position:static;top:auto;}
.payment-logo-chip{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;}
a.payment-logo-chip{transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;}
a.payment-logo-chip:hover,a.payment-logo-chip:focus-visible{transform:translateY(-2px);border-color:rgba(224,181,84,.72);box-shadow:0 10px 24px rgba(0,0,0,.14);}
.footer-bottom a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
@media (max-width:575.98px){.quote-page-panel{padding:20px 16px}.checkout-single-flow{gap:20px}.checkout-card,.order-summary{padding:20px 16px;}}
