.cc-home,.cc-home *,.cc-home *::before,.cc-home *::after{box-sizing:border-box}.cc-home{--cc-primary:#FF6B35;--cc-primary-dark:#e85b27;--cc-primary-deep:#cc4a18;--cc-primary-darker:#9c3712;--cc-primary-soft:#fff1eb;--cc-primary-soft-2:#fff7f4;--cc-primary-soft-3:#fffaf8;--cc-primary-border:#ffd1c1;--cc-primary-border-soft:#ffe1d5;--cc-cat-concrete:#FF6B35;--cc-cat-material:#d97706;--cc-cat-cost:#059669;--cc-cat-engineering:#4338ca;--cc-cat-planning:#7c3aed;--cc-cat-guides:#db2777;--cc-text:#1f2937;--cc-text-soft:#5b6676;--cc-text-muted:#7a8594;--cc-heading:#111827;--cc-bg:#ffffff;--cc-bg-soft:#fcfcfd;--cc-bg-alt:#f8fafc;--cc-surface:#ffffff;--cc-border:#e5e7eb;--cc-border-strong:#d7dde5;--cc-shadow-sm:0 8px 24px rgba(17, 24, 39, 0.05);--cc-shadow-md:0 16px 40px rgba(17, 24, 39, 0.08);--cc-shadow-lg:0 24px 56px rgba(17, 24, 39, 0.12);--cc-shadow-orange:0 14px 28px rgba(255, 107, 53, 0.24);--cc-radius-sm:12px;--cc-radius-md:18px;--cc-radius-lg:26px;--cc-radius-xl:34px;--cc-max:1200px;background:var(--cc-bg);color:var(--cc-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Inter,Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cc-home img{max-width:100%;height:auto;display:block}.cc-home a{text-decoration:none;color:inherit}.cc-home button{font-family:inherit;cursor:pointer}.cc-home .cc-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cc-home .cc-container{width:min(100% - 32px, var(--cc-max));margin-inline:auto}.cc-home .cc-section{padding:88px 0;position:relative}.cc-home .cc-section-header{max-width:760px;margin:0 auto 48px;text-align:center}.cc-home .cc-section-eyebrow{display:inline-block;margin-bottom:14px;padding:6px 14px;border-radius:999px;background:var(--cc-primary-soft);border:1px solid var(--cc-primary-border);color:var(--cc-primary-deep);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.cc-home .cc-section-eyebrow.cc-eyebrow-concrete{background:#fff1eb;border-color:#ffd1c1;color:#cc4a18}.cc-home .cc-section-eyebrow.cc-eyebrow-material{background:#fef3c7;border-color:#fcd34d;color:#92400e}.cc-home .cc-section-eyebrow.cc-eyebrow-cost{background:#d1fae5;border-color:#6ee7b7;color:#065f46}.cc-home .cc-section-eyebrow.cc-eyebrow-engineering{background:#e0e7ff;border-color:#a5b4fc;color:#3730a3}.cc-home .cc-section-eyebrow.cc-eyebrow-planning{background:#ede9fe;border-color:#c4b5fd;color:#5b21b6}.cc-home .cc-section-header h2{margin:0 0 14px;font-size:clamp(28px, 4vw, 44px);line-height:1.12;font-weight:800;letter-spacing:-.02em;color:var(--cc-heading)}.cc-home .cc-section-header p{margin:0;font-size:clamp(16px, 1.5vw, 18px);color:var(--cc-text-soft)}.cc-home .cc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:52px;padding:14px 24px;border-radius:999px;border:1px solid transparent;font-size:15px;font-weight:700;line-height:1;transition:transform 0.22s ease,background 0.22s ease,border-color 0.22s ease,color 0.22s ease,box-shadow 0.22s ease;cursor:pointer;text-align:center}.cc-home .cc-btn:hover{transform:translateY(-2px)}.cc-home .cc-btn-primary{background:var(--cc-primary);color:#fff;box-shadow:var(--cc-shadow-orange)}.cc-home .cc-btn-primary:hover{background:var(--cc-primary-dark);color:#fff;box-shadow:0 18px 32px rgba(255,107,53,.32)}.cc-home .cc-btn-outline{background:#fff;color:var(--cc-primary-dark);border-color:var(--cc-primary-border)}.cc-home .cc-btn-outline:hover{background:var(--cc-primary-soft);border-color:var(--cc-primary);color:var(--cc-primary-deep)}.cc-home .cc-btn-large{min-height:56px;padding:16px 28px;font-size:16px}.cc-home .cc-btn-arrow{width:18px;height:18px;transition:transform 0.22s ease}.cc-home .cc-btn:hover .cc-btn-arrow{transform:translateX(3px)}.cc-home .cc-view-all-wrapper{margin-top:38px;text-align:center}.cc-home .cc-hero{position:relative;overflow:hidden;padding:96px 0 80px;background:radial-gradient(circle at top left,rgba(255,107,53,.16),transparent 38%),radial-gradient(circle at top right,rgba(255,107,53,.1),transparent 28%),linear-gradient(180deg,#fff8f5 0%,#ffffff 62%)}.cc-home .cc-hero-bg{position:absolute;inset:0;pointer-events:none;opacity:.55;z-index:0}.cc-home .cc-hero-blueprint{width:100%;height:100%}.cc-home .cc-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.cc-home .cc-hero-content{max-width:600px}.cc-home .cc-hero-badge{display:inline-flex;align-items:center;gap:8px;margin-bottom:22px;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.85);border:1px solid var(--cc-primary-border);color:var(--cc-primary-deep);font-size:13px;font-weight:800;backdrop-filter:blur(8px)}.cc-home .cc-hero-badge-dot{width:8px;height:8px;border-radius:50%;background:var(--cc-primary);box-shadow:0 0 0 4px rgba(255,107,53,.22);animation:cc-pulse 2.2s ease-in-out infinite}@keyframes cc-pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}.cc-home .cc-hero-title{margin:0 0 20px;font-size:clamp(34px, 5.4vw, 58px);line-height:1.04;font-weight:900;letter-spacing:-.03em;color:var(--cc-heading)}.cc-home .cc-hero-title-line{display:block}.cc-home .cc-hero-title-accent{display:block;background:linear-gradient(135deg,var(--cc-primary) 0%,var(--cc-primary-deep) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--cc-primary)}.cc-home .cc-hero-subtitle{margin:0 0 28px;font-size:clamp(16px, 2vw, 19px);color:var(--cc-text-soft);line-height:1.6}.cc-home .cc-hero-search{margin-bottom:26px}.cc-home .cc-search-wrap{position:relative;display:flex;align-items:center;background:#fff;border:2px solid var(--cc-primary-border);border-radius:999px;padding:0 6px 0 22px;box-shadow:var(--cc-shadow-sm);transition:border-color 0.25s ease,box-shadow 0.25s ease}.cc-home .cc-search-wrap:focus-within{border-color:var(--cc-primary);box-shadow:0 0 0 4px rgba(255,107,53,.14),var(--cc-shadow-md)}.cc-home .cc-search-icon{width:20px;height:20px;color:var(--cc-primary);flex-shrink:0}.cc-home .cc-search-input{flex:1;height:56px;padding:0 12px;border:0;background:transparent;font-size:16px;font-weight:500;color:var(--cc-text);outline:none}.cc-home .cc-search-input::placeholder{color:var(--cc-text-muted);font-weight:400}.cc-home .cc-search-clear{width:36px;height:36px;border:0;border-radius:50%;background:var(--cc-primary-soft);color:var(--cc-primary-deep);display:flex;align-items:center;justify-content:center;transition:background 0.2s ease}.cc-home .cc-search-clear:hover{background:var(--cc-primary-border)}.cc-home .cc-search-clear svg{width:16px;height:16px}.cc-home .cc-search-hint{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:12px 0 0;padding:0 6px;font-size:13px;color:var(--cc-text-muted)}.cc-home .cc-search-tag{padding:4px 10px;border-radius:999px;background:#fff;border:1px solid var(--cc-border);color:var(--cc-primary-deep);font-size:12px;font-weight:700;transition:all 0.2s ease}.cc-home .cc-search-tag:hover{background:var(--cc-primary-soft);border-color:var(--cc-primary-border);transform:translateY(-1px)}.cc-home .cc-hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:28px}.cc-home .cc-hero-trust{display:flex;flex-wrap:wrap;gap:18px;padding-top:22px;border-top:1px solid var(--cc-primary-border-soft)}.cc-home .cc-trust-item{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:700;color:var(--cc-text-soft)}.cc-home .cc-trust-item svg{width:18px;height:18px;color:var(--cc-primary);flex-shrink:0}.cc-home .cc-hero-visual{position:relative;display:flex;justify-content:center}.cc-home .cc-hero-card{width:100%;max-width:420px;padding:22px;background:#fff;border:1px solid var(--cc-primary-border-soft);border-radius:var(--cc-radius-lg);box-shadow:var(--cc-shadow-lg);position:relative}.cc-home .cc-hero-card::before{content:'';position:absolute;inset:-2px;background:linear-gradient(135deg,rgba(255,107,53,.25),transparent 50%);border-radius:var(--cc-radius-lg);z-index:-1}.cc-home .cc-hero-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.cc-home .cc-hero-card-tag{padding:6px 12px;border-radius:999px;background:var(--cc-primary-soft);color:var(--cc-primary-deep);font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.cc-home .cc-hero-card-dots{display:flex;gap:5px}.cc-home .cc-hero-card-dots span{width:8px;height:8px;border-radius:50%;background:var(--cc-border-strong)}.cc-home .cc-hero-card-dots span:first-child{background:#ef4444}.cc-home .cc-hero-card-dots span:nth-child(2){background:#f59e0b}.cc-home .cc-hero-card-dots span:nth-child(3){background:#10b981}.cc-home .cc-slab-illustration{width:100%;height:auto;display:block}.cc-home .cc-chip-float{animation:cc-float 4s ease-in-out infinite}.cc-home .cc-chip-1{animation-delay:0s}.cc-home .cc-chip-2{animation-delay:1.3s}.cc-home .cc-chip-3{animation-delay:2.6s}@keyframes cc-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}.cc-home .cc-rebar-lines line{stroke-dasharray:200;stroke-dashoffset:200;animation:cc-draw 3s ease-out forwards}.cc-home .cc-rebar-lines line:nth-child(1){animation-delay:0.2s}.cc-home .cc-rebar-lines line:nth-child(2){animation-delay:0.3s}.cc-home .cc-rebar-lines line:nth-child(3){animation-delay:0.4s}.cc-home .cc-rebar-lines line:nth-child(4){animation-delay:0.5s}.cc-home .cc-rebar-lines line:nth-child(5){animation-delay:0.6s}.cc-home .cc-rebar-lines line:nth-child(6){animation-delay:0.7s}.cc-home .cc-rebar-lines line:nth-child(7){animation-delay:0.8s}.cc-home .cc-rebar-lines line:nth-child(8){animation-delay:0.9s}.cc-home .cc-rebar-lines line:nth-child(9){animation-delay:1.0s}.cc-home .cc-rebar-lines line:nth-child(10){animation-delay:1.1s}@keyframes cc-draw{to{stroke-dashoffset:0}}.cc-home .cc-hero-card-foot{display:flex;align-items:center;gap:8px;margin-top:14px;padding-top:14px;border-top:1px dashed var(--cc-primary-border-soft);font-size:12px;font-weight:700;color:var(--cc-text-soft)}.cc-home .cc-hero-card-foot-dot{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 0 4px rgba(16,185,129,.18);animation:cc-pulse 2s ease-in-out infinite}.cc-home .cc-hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:56px;position:relative;z-index:1}.cc-home .cc-stat-item{padding:26px 18px;text-align:center;border-radius:var(--cc-radius-md);background:rgba(255,255,255,.92);border:1px solid var(--cc-primary-border-soft);box-shadow:var(--cc-shadow-sm);backdrop-filter:blur(8px);transition:transform 0.25s ease,box-shadow 0.25s ease}.cc-home .cc-stat-item:hover{transform:translateY(-4px);box-shadow:var(--cc-shadow-md)}.cc-home .cc-stat-number{margin-bottom:6px;font-size:clamp(28px, 4vw, 42px);line-height:1;font-weight:900;color:var(--cc-primary);font-variant-numeric:tabular-nums}.cc-home .cc-stat-label{font-size:13px;font-weight:700;color:var(--cc-text-soft)}.cc-home .cc-author-strip{padding:18px 0 0}.cc-home .cc-author-strip-inner{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:18px 22px;background:#fff;border:1px solid var(--cc-primary-border-soft);border-radius:var(--cc-radius-md);box-shadow:var(--cc-shadow-sm)}.cc-home .cc-author-strip-photo{width:64px;height:64px;object-fit:cover;border-radius:50%;border:3px solid #fff;box-shadow:0 10px 22px rgba(255,107,53,.16)}.cc-home .cc-author-strip-text strong{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:4px;color:var(--cc-heading);font-size:15px}.cc-home .cc-author-strip-text strong a{color:var(--cc-primary-deep)}.cc-home .cc-author-strip-text strong a:hover{text-decoration:underline}.cc-home .cc-author-verified{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:var(--cc-primary)}.cc-home .cc-author-verified svg{width:16px;height:16px}.cc-home .cc-author-strip-text span{display:block;font-size:14px;color:var(--cc-text-soft)}.cc-home .cc-author-strip-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;background:var(--cc-primary);color:#fff;font-size:14px;font-weight:700;white-space:nowrap;transition:background 0.2s ease,transform 0.2s ease}.cc-home .cc-author-strip-btn:hover{background:var(--cc-primary-dark);color:#fff;transform:translateY(-2px)}.cc-home .cc-quick-nav-section{position:sticky;top:0;z-index:50;padding:16px 0;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--cc-primary-border-soft);margin-top:34px}.cc-home .cc-quick-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.cc-home .cc-quick-nav-item{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 16px;border-radius:999px;background:#fff;border:1px solid var(--cc-border);color:var(--cc-text-soft);font-size:13px;font-weight:700;transition:all 0.22s ease}.cc-home .cc-quick-nav-item:hover{background:var(--cc-primary-soft);border-color:var(--cc-primary-border);color:var(--cc-primary-deep)}.cc-home .cc-quick-nav-item.is-active{background:var(--cc-primary);border-color:var(--cc-primary);color:#fff;box-shadow:0 6px 14px rgba(255,107,53,.28)}.cc-home .cc-calculator-grid,.cc-home .cc-category-grid,.cc-home .cc-features-grid,.cc-home .cc-faq-list{display:grid;gap:22px}.cc-home .cc-calculator-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.cc-home .cc-category-grid,.cc-home .cc-features-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cc-home .cc-faq-list{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-home .cc-calculator-card,.cc-home .cc-category-card,.cc-home .cc-feature-card,.cc-home .cc-faq-item,.cc-home .cc-live-calc-card,.cc-home .cc-author-card{position:relative;background:var(--cc-surface);border:1px solid var(--cc-border);border-radius:var(--cc-radius-md);box-shadow:var(--cc-shadow-sm)}.cc-home .cc-calculator-card,.cc-home .cc-category-card,.cc-home .cc-feature-card,.cc-home .cc-faq-item{padding:24px}.cc-home .cc-calculator-card,.cc-home .cc-category-card,.cc-home .cc-feature-card{display:flex;flex-direction:column;transition:transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease}.cc-home .cc-calculator-card{overflow:hidden}.cc-home .cc-calculator-card:hover,.cc-home .cc-category-card:hover,.cc-home .cc-feature-card:hover{transform:translateY(-6px);box-shadow:var(--cc-shadow-md);border-color:var(--cc-primary-border)}.cc-home .cc-featured-card{background:linear-gradient(180deg,#ffffff 0%,#fff8f5 100%);border-color:var(--cc-primary-border-soft)}.cc-home .cc-card-badge{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;z-index:2}.cc-home .cc-card-badge.cc-badge-top{background:var(--cc-primary);color:#fff}.cc-home .cc-card-badge.cc-badge-hot{background:#ef4444;color:#fff}.cc-home .cc-card-badge.cc-badge-new{background:#10b981;color:#fff}.cc-home .cc-card-badge.cc-badge-brand{background:#4338ca;color:#fff}.cc-home .cc-card-icon,.cc-home .cc-category-icon,.cc-home .cc-feature-icon,.cc-home .cc-live-calc-icon,.cc-home .cc-result-icon{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;border-radius:16px;font-size:26px;background:linear-gradient(180deg,var(--cc-primary-soft) 0%,#ffffff 100%);border:1px solid var(--cc-primary-border);transition:transform 0.25s ease}.cc-home .cc-calculator-card:hover .cc-card-icon,.cc-home .cc-category-card:hover .cc-category-icon,.cc-home .cc-feature-card:hover .cc-feature-icon{transform:scale(1.06) rotate(-3deg)}.cc-home .cc-calculator-card h3,.cc-home .cc-category-card h3,.cc-home .cc-feature-card h3,.cc-home .cc-faq-item h3,.cc-home .cc-live-calc-header h3,.cc-home .cc-author-info h3{margin:0 0 10px;color:var(--cc-heading);line-height:1.2;font-weight:800}.cc-home .cc-calculator-card h3,.cc-home .cc-category-card h3,.cc-home .cc-feature-card h3{font-size:19px}.cc-home .cc-faq-item h3{font-size:17px}.cc-home .cc-calculator-card p,.cc-home .cc-category-card p,.cc-home .cc-feature-card p,.cc-home .cc-faq-item p,.cc-home .cc-live-calc-header p,.cc-home .cc-author-bio{margin:0;font-size:14.5px;color:var(--cc-text-soft);line-height:1.6}.cc-home .cc-card-arrow{position:absolute;bottom:18px;right:22px;font-size:18px;color:var(--cc-primary);font-weight:800;opacity:0;transform:translateX(-6px);transition:opacity 0.25s ease,transform 0.25s ease}.cc-home .cc-calculator-card:hover .cc-card-arrow{opacity:1;transform:translateX(0)}.cc-home .cc-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:18px}.cc-home .cc-meta-item,.cc-home .cc-category-count,.cc-home .cc-author-badge,.cc-home .cc-expertise-tag{display:inline-flex;align-items:center;border-radius:999px;font-weight:700}.cc-home .cc-meta-item{min-height:28px;padding:4px 10px;background:var(--cc-primary-soft-2);border:1px solid var(--cc-primary-border-soft);color:var(--cc-primary-deep);font-size:11px}.cc-home .cc-category-card{overflow:hidden;padding-top:28px}.cc-home .cc-category-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--cc-primary);transition:height 0.25s ease}.cc-home .cc-category-card:hover::before{height:6px}.cc-home .cc-category-card.cc-cat-concrete::before{background:var(--cc-cat-concrete)}.cc-home .cc-category-card.cc-cat-material::before{background:var(--cc-cat-material)}.cc-home .cc-category-card.cc-cat-cost::before{background:var(--cc-cat-cost)}.cc-home .cc-category-card.cc-cat-engineering::before{background:var(--cc-cat-engineering)}.cc-home .cc-category-card.cc-cat-planning::before{background:var(--cc-cat-planning)}.cc-home .cc-category-card.cc-cat-guides::before{background:var(--cc-cat-guides)}.cc-home .cc-category-count{align-self:flex-start;margin-bottom:12px;padding:6px 12px;background:var(--cc-primary-soft);border:1px solid var(--cc-primary-border);color:var(--cc-primary-deep);font-size:12px}.cc-home .cc-category-link{margin-top:auto;padding-top:16px;font-size:13px;font-weight:800;color:var(--cc-primary-deep);display:inline-flex;align-items:center;gap:6px;transition:gap 0.22s ease}.cc-home .cc-category-card:hover .cc-category-link{gap:10px}.cc-home .cc-search-empty{margin-top:32px;padding:60px 30px;text-align:center;background:var(--cc-primary-soft-3);border:2px dashed var(--cc-primary-border);border-radius:var(--cc-radius-lg)}.cc-home .cc-search-empty-icon{font-size:48px;margin-bottom:14px}.cc-home .cc-search-empty h3{margin:0 0 8px;font-size:22px;color:var(--cc-heading);font-weight:800}.cc-home .cc-search-empty p{margin:0;font-size:15px;color:var(--cc-text-soft);line-height:1.8}.cc-home .cc-search-empty a{color:var(--cc-primary-deep);font-weight:700;text-decoration:underline}.cc-home .cc-popular-section,.cc-home .cc-live-calculator-section,.cc-home .cc-guides-section,.cc-home .cc-cost-section{background:var(--cc-primary-soft-3)}.cc-home .cc-why-section,.cc-home .cc-homepage-author-section,.cc-home .cc-engineering-section{background:linear-gradient(180deg,#ffffff 0%,var(--cc-primary-soft-3) 100%)}.cc-home .cc-live-calculator-wrapper{max-width:920px;margin:0 auto}.cc-home .cc-live-calc-card{padding:36px;border-color:var(--cc-primary-border-soft);box-shadow:var(--cc-shadow-md)}.cc-home .cc-live-calc-header{max-width:660px;margin:0 auto 30px;text-align:center}.cc-home .cc-live-calc-icon{margin-inline:auto}.cc-home .cc-live-calc-inputs{max-width:780px;margin:0 auto}.cc-home .cc-input-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px}.cc-home .cc-input-group label{display:flex;align-items:baseline;gap:6px;margin-bottom:8px;color:var(--cc-heading);font-size:14px;font-weight:700}.cc-home .cc-input-unit{font-size:12px;font-weight:600;color:var(--cc-text-muted)}.cc-home .cc-input-group input{width:100%;height:54px;padding:0 16px;border-radius:14px;border:1.5px solid var(--cc-primary-border-soft);background:#fff;color:var(--cc-text);font-size:16px;font-weight:600;outline:none;transition:border-color 0.22s ease,box-shadow 0.22s ease,background 0.22s ease}.cc-home .cc-input-group input:focus{border-color:var(--cc-primary);box-shadow:0 0 0 4px rgba(255,107,53,.14);background:#fffdfc}.cc-home .cc-input-group input.is-error{border-color:#ef4444;background:#fef2f2}.cc-home .cc-input-help{display:block;margin-top:6px;font-size:12px;color:var(--cc-text-muted)}.cc-home .cc-input-error{margin:6px 0 16px;padding:12px 16px;border-radius:12px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px}.cc-home .cc-input-error::before{content:'⚠️';font-size:16px}.cc-home .cc-calc-btn{width:100%;margin-top:8px}.cc-home .cc-live-calc-results{margin-top:30px;padding-top:30px;border-top:1px solid var(--cc-primary-border-soft);animation:cc-fade-up 0.4s ease-out}@keyframes cc-fade-up{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cc-home .cc-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.cc-home .cc-results-header h4{margin:0;font-size:18px;font-weight:800;color:var(--cc-heading)}.cc-home .cc-results-copy{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--cc-primary-border);border-radius:999px;background:#fff;color:var(--cc-primary-deep);font-size:13px;font-weight:700;transition:all 0.2s ease}.cc-home .cc-results-copy:hover{background:var(--cc-primary-soft);transform:translateY(-1px)}.cc-home .cc-results-copy.is-copied{background:#d1fae5;border-color:#6ee7b7;color:#065f46}.cc-home .cc-results-copy svg{width:14px;height:14px}.cc-home .cc-results-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.cc-home .cc-result-item{padding:22px 16px;text-align:center;background:linear-gradient(180deg,var(--cc-primary-soft-2) 0%,#ffffff 100%);border:1px solid var(--cc-primary-border-soft);border-radius:var(--cc-radius-md);transition:transform 0.25s ease,box-shadow 0.25s ease}.cc-home .cc-result-item:hover{transform:translateY(-3px);box-shadow:var(--cc-shadow-sm)}.cc-home .cc-result-icon{margin:0 auto 12px}.cc-home .cc-result-value{margin-bottom:6px;font-size:clamp(22px, 3vw, 30px);line-height:1.1;font-weight:900;color:var(--cc-primary);font-variant-numeric:tabular-nums}.cc-home .cc-result-label{font-size:12px;font-weight:700;color:var(--cc-text-soft)}.cc-home .cc-results-note{margin:22px 0;padding:16px 18px;background:#fffbf7;border-left:4px solid var(--cc-primary);border-radius:8px;font-size:13.5px;color:var(--cc-text-soft);line-height:1.6}.cc-home .cc-results-note strong{color:var(--cc-heading)}.cc-home .cc-results-note a{color:var(--cc-primary-deep);font-weight:700;text-decoration:underline;text-decoration-color:var(--cc-primary-border)}.cc-home .cc-results-note a:hover{text-decoration-color:var(--cc-primary)}.cc-home .cc-results-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:22px}.cc-home .cc-regional-strip{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:32px;padding:22px 26px;background:#fff;border:1px solid var(--cc-primary-border-soft);border-radius:var(--cc-radius-lg);box-shadow:var(--cc-shadow-sm)}.cc-home .cc-regional-label{font-size:14px;font-weight:800;color:var(--cc-heading);margin-right:6px}.cc-home .cc-regional-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:var(--cc-primary-soft);border:1px solid var(--cc-primary-border);color:var(--cc-primary-deep);font-size:13px;font-weight:700;transition:all 0.22s ease}.cc-home .cc-regional-chip:hover{background:var(--cc-primary);border-color:var(--cc-primary);color:#fff;transform:translateY(-2px);box-shadow:0 8px 16px rgba(255,107,53,.2)}.cc-home .cc-author-card{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start;padding:32px;border-color:var(--cc-primary-border-soft)}.cc-home .cc-author-photo-wrap{position:relative}.cc-home .cc-author-photo{width:100%;max-width:220px;aspect-ratio:1 / 1;object-fit:cover;border-radius:var(--cc-radius-lg);border:4px solid #fff;box-shadow:0 16px 32px rgba(255,107,53,.18)}.cc-home .cc-author-photo-badge{position:absolute;bottom:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:52px;padding:0 12px;border-radius:50%;background:var(--cc-primary);color:#fff;font-size:13px;font-weight:900;letter-spacing:.04em;border:4px solid #fff;box-shadow:0 10px 20px rgba(255,107,53,.32)}.cc-home .cc-author-badge{display:inline-flex;align-items:center;gap:6px;margin-bottom:12px;padding:8px 14px;background:var(--cc-primary-soft);border:1px solid var(--cc-primary-border);color:var(--cc-primary-deep);font-size:12px}.cc-home .cc-author-badge svg{width:14px;height:14px}.cc-home .cc-author-info h3{margin:0 0 4px;font-size:clamp(22px, 3vw, 28px)}.cc-home .cc-author-title{display:block;margin-bottom:14px;color:var(--cc-text-soft);font-size:15px;font-weight:700}.cc-home .cc-author-bio{margin-bottom:20px;font-size:15px}.cc-home .cc-author-expertise{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.cc-home .cc-expertise-tag{padding:6px 12px;background:var(--cc-primary-soft-2);border:1px solid var(--cc-primary-border-soft);color:var(--cc-primary-deep);font-size:12px}.cc-home .cc-author-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:22px}.cc-home .cc-author-stat-item{padding:16px 12px;text-align:center;background:var(--cc-primary-soft-3);border:1px solid var(--cc-primary-border-soft);border-radius:14px;transition:transform 0.25s ease}.cc-home .cc-author-stat-item:hover{transform:translateY(-3px)}.cc-home .cc-author-stat-number{display:block;margin-bottom:4px;font-size:22px;line-height:1.1;font-weight:900;color:var(--cc-primary)}.cc-home .cc-author-stat-label{display:block;font-size:11px;font-weight:700;color:var(--cc-text-soft)}.cc-home .cc-author-actions{display:flex;flex-wrap:wrap;gap:12px}.cc-home .cc-author-credentials{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 18px}.cc-home .cc-credential-link{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#fff;border:1.5px solid var(--cc-primary-border);color:var(--cc-primary-deep);font-size:13px;font-weight:700;transition:all 0.22s ease}.cc-home .cc-credential-link:hover{background:var(--cc-primary-soft);border-color:var(--cc-primary);color:var(--cc-primary-deep);transform:translateY(-2px);box-shadow:0 8px 16px rgba(255,107,53,.18)}.cc-home .cc-credential-link svg{width:16px;height:16px;flex-shrink:0}.cc-home .cc-author-bio a{color:var(--cc-primary-deep);font-weight:600;text-decoration:underline;text-decoration-color:var(--cc-primary-border);transition:text-decoration-color 0.22s ease}.cc-home .cc-author-bio a:hover{text-decoration-color:var(--cc-primary)}.cc-home .cc-faq-item p a{color:var(--cc-primary-deep);font-weight:600;text-decoration:underline}.cc-home .cc-faq-item{padding:0;overflow:hidden;transition:border-color 0.22s ease,box-shadow 0.22s ease}.cc-home .cc-faq-item[open]{border-color:var(--cc-primary-border);box-shadow:var(--cc-shadow-md)}.cc-home .cc-faq-item summary{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:22px 24px;cursor:pointer;list-style:none;user-select:none}.cc-home .cc-faq-item summary::-webkit-details-marker{display:none}.cc-home .cc-faq-item summary h3{margin:0;font-size:16px;line-height:1.35}.cc-home .cc-faq-icon{position:relative;flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--cc-primary-soft);border:1px solid var(--cc-primary-border);transition:transform 0.3s ease,background 0.22s ease}.cc-home .cc-faq-icon::before,.cc-home .cc-faq-icon::after{content:'';position:absolute;top:50%;left:50%;width:12px;height:2px;background:var(--cc-primary-deep);border-radius:1px;transform:translate(-50%,-50%);transition:transform 0.3s ease}.cc-home .cc-faq-icon::after{transform:translate(-50%,-50%) rotate(90deg)}.cc-home .cc-faq-item[open] .cc-faq-icon{background:var(--cc-primary);border-color:var(--cc-primary)}.cc-home .cc-faq-item[open] .cc-faq-icon::before,.cc-home .cc-faq-item[open] .cc-faq-icon::after{background:#fff}.cc-home .cc-faq-item[open] .cc-faq-icon::after{transform:translate(-50%,-50%) rotate(0deg)}.cc-home .cc-faq-item p{margin:0;padding:0 24px 24px;font-size:15px;line-height:1.7}.cc-home .cc-feature-card{height:100%;text-align:center}.cc-home .cc-feature-card .cc-feature-icon{margin-inline:auto}.cc-home .cc-reveal{opacity:0;transform:translateY(20px);transition:opacity 0.6s ease,transform 0.6s ease}.cc-home .cc-reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.cc-home *,.cc-home *::before,.cc-home *::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}.cc-home .cc-reveal{opacity:1;transform:none}}@media (max-width:1100px){.cc-home .cc-hero-grid{grid-template-columns:1fr;text-align:center}.cc-home .cc-hero-content{max-width:720px;margin:0 auto}.cc-home .cc-hero-cta,.cc-home .cc-hero-trust{justify-content:center}.cc-home .cc-hero-visual{max-width:480px;margin:20px auto 0}.cc-home .cc-calculator-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cc-home .cc-author-card{grid-template-columns:220px 1fr}}@media (max-width:900px){.cc-home .cc-section{padding:64px 0}.cc-home .cc-hero{padding:76px 0 60px}.cc-home .cc-hero-stats,.cc-home .cc-results-grid,.cc-home .cc-author-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-home .cc-calculator-grid,.cc-home .cc-category-grid,.cc-home .cc-features-grid,.cc-home .cc-faq-list{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-home .cc-author-card,.cc-home .cc-author-strip-inner{grid-template-columns:1fr}.cc-home .cc-author-photo{max-width:180px}.cc-home .cc-author-photo-wrap{text-align:center;justify-self:center}.cc-home .cc-author-actions{justify-content:center}.cc-home .cc-author-strip-inner{text-align:center}.cc-home .cc-author-strip-photo{margin:0 auto}.cc-home .cc-author-strip-text strong{justify-content:center}.cc-home .cc-quick-nav-section{position:relative;top:auto}.cc-home .cc-quick-nav{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.cc-home .cc-quick-nav-item{white-space:nowrap;flex-shrink:0}}@media (max-width:640px){.cc-home .cc-container{width:min(100% - 20px, var(--cc-max));.cc-home .cc-author-credentials{flex-direction:column;align-items:stretch}.cc-home .cc-credential-link{justify-content:center}}.cc-home .cc-hero{padding:60px 0 50px}.cc-home .cc-hero-title{font-size:clamp(30px, 9vw, 42px)}.cc-home .cc-hero-subtitle{font-size:16px}.cc-home .cc-hero-cta{flex-direction:column}.cc-home .cc-btn,.cc-home .cc-author-strip-btn{width:100%}.cc-home .cc-hero-trust{gap:12px 16px;justify-content:flex-start}.cc-home .cc-trust-item{font-size:12px}.cc-home .cc-calculator-grid,.cc-home .cc-category-grid,.cc-home .cc-features-grid,.cc-home .cc-faq-list,.cc-home .cc-results-grid,.cc-home .cc-author-stats,.cc-home .cc-hero-stats,.cc-home .cc-input-row{grid-template-columns:1fr}.cc-home .cc-live-calc-card,.cc-home .cc-author-card,.cc-home .cc-calculator-card,.cc-home .cc-category-card,.cc-home .cc-feature-card{padding:20px}.cc-home .cc-faq-item summary{padding:18px 20px}.cc-home .cc-faq-item p{padding:0 20px 20px}.cc-home .cc-search-input{height:50px;font-size:15px}.cc-home .cc-search-wrap{padding-left:18px}.cc-home .cc-results-header{flex-direction:column;align-items:flex-start;gap:12px}.cc-home .cc-regional-strip{padding:18px 20px}.cc-home .cc-section-header{margin-bottom:36px}}@media print{.cc-home .cc-quick-nav-section,.cc-home .cc-hero-search,.cc-home .cc-hero-cta,.cc-home .cc-results-actions,.cc-home .cc-author-actions,.cc-home .cc-view-all-wrapper{display:none}.cc-home .cc-section{padding:30px 0;page-break-inside:avoid}}