:root{--cr-gold:#D9A441;--cr-dark:#0B0B0B;--cr-light:#F7F2EA;--cr-muted:#6f6a62;--cr-line:rgba(217,164,65,.28)}
*{box-sizing:border-box}
body.cr-standalone-page{margin:0;background:var(--cr-light);color:#171512;font-family:Inter,Segoe UI,Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.cr-standalone-page #wpadminbar{z-index:99999}
.cr-site{min-height:100vh;background:var(--cr-light);color:#171512;overflow:hidden}
.cr-site img{max-width:100%;height:auto;display:block}.cr-site a{text-decoration:none}.cr-site p{line-height:1.68}.cr-site h1,.cr-site h2,.cr-site h3,.cr-site h4,.cr-site p{margin-top:0}.cr-site h1,.cr-site h2{font-family:Georgia,'Times New Roman',serif;letter-spacing:-.025em}
.cr-container{width:min(1180px,calc(100% - 48px));margin:0 auto}.cr-section{padding:86px 0}.cr-center{text-align:center;margin-top:28px}
.cr-header{height:74px;background:rgba(7,7,7,.96);border-bottom:1px solid rgba(217,164,65,.45);position:sticky;top:0;z-index:1200;backdrop-filter:blur(14px)}.cr-header-inner{height:100%;display:flex;align-items:center;gap:26px}.cr-brand{display:flex;align-items:center;gap:11px;color:#fff;min-width:max-content}.cr-brand img{width:43px;height:43px;object-fit:contain}.cr-brand span{font-family:Georgia,serif;font-size:20px;font-weight:700}.cr-nav{display:flex;align-items:center;justify-content:center;gap:28px;flex:1}.cr-nav a{color:#ddd;font-size:14px;font-weight:700;position:relative;padding:27px 0 24px}.cr-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:16px;height:2px;background:var(--cr-gold);transition:.25s}.cr-nav a:hover,.cr-nav a.is-active{color:#fff}.cr-nav a:hover:after,.cr-nav a.is-active:after{right:0}.cr-header-cta{white-space:nowrap}.cr-menu-toggle{display:none;background:none;border:0;padding:10px}.cr-menu-toggle span{display:block;width:24px;height:2px;background:#fff;margin:5px}
.cr-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:46px;padding:0 20px;border-radius:5px;font-weight:800;font-size:14px;transition:transform .2s,box-shadow .2s,background .2s;border:1px solid transparent;cursor:pointer}.cr-btn:hover{transform:translateY(-2px)}.cr-btn-gold{background:var(--cr-gold);color:#15120d;box-shadow:0 8px 26px rgba(217,164,65,.17)}.cr-btn-gold:hover{box-shadow:0 10px 34px rgba(217,164,65,.30)}.cr-btn-dark{background:#111;color:#fff;border-color:rgba(255,255,255,.22)}.cr-btn-outline{background:transparent;color:#111;border-color:#bbb}.cr-btn-sm{min-height:40px;padding:0 16px}.cr-actions{display:flex;gap:13px;flex-wrap:wrap}
.cr-hero{position:relative;min-height:535px;background:#090909;color:#fff;display:flex;align-items:center}.cr-hero-bg{position:absolute;inset:0;background-position:center 55%;background-size:cover;transform:scale(1.01)}.cr-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.79) 34%,rgba(0,0,0,.25) 66%,rgba(0,0,0,.08) 100%)}.cr-hero-content{position:relative;padding-top:40px;padding-bottom:68px}.cr-hero-copy{max-width:575px}.cr-kicker{display:inline-flex;align-items:center;gap:9px;color:var(--cr-gold);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;margin-bottom:15px}.cr-kicker:before{content:"";width:26px;height:1px;background:currentColor}.cr-hero h1{font-size:68px;line-height:1.02;margin-bottom:18px}.cr-hero p{font-size:20px;max-width:520px;color:#eee;margin-bottom:27px}.cr-feature-strip{position:relative;margin-top:-39px;z-index:3}.cr-feature-grid{background:#141311;border:1px solid rgba(217,164,65,.36);display:grid;grid-template-columns:repeat(4,1fr);box-shadow:0 18px 48px rgba(0,0,0,.18)}.cr-feature{display:flex;align-items:center;gap:14px;padding:22px 25px;color:#fff;border-right:1px solid rgba(255,255,255,.12)}.cr-feature:last-child{border-right:0}.cr-feature .cr-icon{color:var(--cr-gold);width:34px;height:34px;flex:none}.cr-feature strong,.cr-feature span{display:block}.cr-feature strong{font-size:14px;margin-bottom:5px}.cr-feature span{font-size:12px;color:#bdb8b0;line-height:1.4}
.cr-section-head{text-align:center;max-width:780px;margin:0 auto 36px}.cr-section-head h2{font-size:42px;margin-bottom:0}.cr-products-section{background:#f7f2ea}.cr-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cr-product-card{background:#fff;border:1px solid #ddd4c5;border-radius:8px;overflow:hidden;box-shadow:0 10px 34px rgba(35,28,18,.06);transition:.25s}.cr-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 50px rgba(35,28,18,.12)}.cr-product-image{display:block;position:relative;aspect-ratio:1.35/1;overflow:hidden;background:#eee}.cr-product-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.cr-product-card:hover .cr-product-image img{transform:scale(1.035)}.cr-badge{position:absolute;left:14px;top:14px;background:rgba(8,8,8,.87);color:#fff;border:1px solid rgba(217,164,65,.65);padding:7px 10px;border-radius:4px;font-size:11px;font-weight:800}.cr-badge-static{position:static;display:inline-flex;margin-bottom:14px}.cr-product-body{padding:20px}.cr-product-body h3{font-family:Georgia,serif;font-size:23px;margin:0 0 8px}.cr-product-body h3 a{color:#191611}.cr-product-body p{font-size:14px;color:#6b655c;margin-bottom:14px}.cr-product-body ul{list-style:none;margin:0 0 18px;padding:0}.cr-product-body li{font-size:13px;margin:7px 0}.cr-product-body li span{color:var(--cr-gold);font-weight:900;margin-right:7px}
.cr-detail-section{padding:0;background:#fff}.cr-split{display:grid;grid-template-columns:1.02fr .98fr;min-height:570px}.cr-detail-image{overflow:hidden}.cr-detail-image img{width:100%;height:100%;object-fit:cover}.cr-detail-copy{padding:80px max(42px,calc((100vw - 1180px)/2)) 80px 60px;display:flex;flex-direction:column;justify-content:center}.cr-detail-copy h2{font-size:44px;margin-bottom:18px}.cr-detail-copy>p{color:#6d675f;max-width:600px}.cr-detail-list{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:25px 0}.cr-detail-list>div{display:flex;gap:12px}.cr-detail-list .cr-icon{width:36px;height:36px;background:#171512;color:var(--cr-gold);padding:8px;border-radius:6px;flex:none}.cr-detail-list strong,.cr-detail-list small{display:block}.cr-detail-list strong{font-size:14px;margin-bottom:3px}.cr-detail-list small{font-size:12px;color:#767069;line-height:1.45}.cr-text-link{color:#8f651a;font-weight:800;font-size:14px}
.cr-use-section{background:#f2ece3}.cr-use-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cr-use-card{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e0d7ca}.cr-use-card img{width:100%;height:240px;object-fit:cover}.cr-use-card div{padding:18px}.cr-use-card h3{font-family:Georgia,serif;font-size:21px;margin-bottom:7px}.cr-use-card p{font-size:13px;color:#746e66;margin:0}.cr-why{background:#fff}.cr-why-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #e1d8cb;border-radius:8px;overflow:hidden}.cr-why-card{text-align:center;padding:34px 23px;border-right:1px solid #e1d8cb}.cr-why-card:last-child{border-right:0}.cr-why-card .cr-icon{width:46px;height:46px;border-radius:50%;background:#15130f;color:var(--cr-gold);padding:11px;margin:0 auto 16px}.cr-why-card h3{font-size:15px}.cr-why-card p{font-size:12px;color:#746e66;margin:0}
.cr-gallery-section{background:#f7f2ea}.cr-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.cr-gallery-grid a{display:block;position:relative;aspect-ratio:1/1;border-radius:9px;overflow:hidden;background:#ddd;box-shadow:0 8px 24px rgba(31,24,15,.08)}.cr-gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.cr-gallery-grid a:hover img{transform:scale(1.045)}.cr-gallery-grid-large{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.cr-gallery-grid-large a,.cr-gallery-grid-large a:nth-child(4n+1){grid-column:auto;aspect-ratio:1/1}.cr-gallery-grid-large img,.cr-gallery-grid-large a:nth-child(4n+1) img{width:100%;height:100%;object-fit:cover}
.cr-cta{background:#151513;color:#fff;border-top:1px solid rgba(217,164,65,.38);border-bottom:1px solid rgba(217,164,65,.38);position:relative}.cr-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 0,rgba(217,164,65,.12),transparent 32%)}.cr-cta-inner{position:relative;display:grid;grid-template-columns:1fr auto auto;gap:32px;align-items:center;padding-top:38px;padding-bottom:38px}.cr-cta h2{font-size:32px;margin-bottom:6px}.cr-cta p{color:#c8c2b8;margin:0}.cr-cta-phone{display:flex;align-items:center;gap:13px;color:#fff;font-size:25px}.cr-cta-phone .cr-icon{width:42px;height:42px;border:1px solid var(--cr-gold);color:var(--cr-gold);padding:10px;border-radius:50%}
.cr-footer{background:#0a0a09;color:#d9d3c9;padding:58px 0 0}.cr-footer-grid{display:grid;grid-template-columns:1.6fr .8fr 1fr 1.2fr;gap:55px}.cr-footer-brand{margin-bottom:16px}.cr-footer p{font-size:13px;color:#9f9a91;max-width:320px}.cr-footer h4{color:#fff;font-size:14px;margin-bottom:16px}.cr-footer-grid>div>a,.cr-footer-grid>div>span{display:block;color:#aaa49a;font-size:13px;margin:10px 0}.cr-footer-grid>div>a:hover{color:var(--cr-gold)}.cr-footer .cr-icon{width:16px;height:16px;color:var(--cr-gold);vertical-align:middle;margin-right:6px}.cr-socials{display:flex;align-items:center;gap:10px;margin-top:18px}.cr-socials a{position:relative;width:40px;height:40px;border:1px solid rgba(217,164,65,.34);border-radius:50%;display:grid!important;place-items:center;margin:0!important;color:#f2eee7!important;background:rgba(255,255,255,.025);box-shadow:inset 0 0 0 1px rgba(255,255,255,.015);transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}.cr-socials a svg{width:18px;height:18px;display:block;overflow:visible}.cr-social-instagram svg rect,.cr-social-instagram svg circle{fill:none;stroke:currentColor;stroke-width:1.8}.cr-social-instagram svg .cr-social-dot{fill:currentColor;stroke:none}.cr-social-facebook svg,.cr-social-youtube svg,.cr-social-tiktok svg{fill:currentColor}.cr-socials a:hover{transform:translateY(-3px);border-color:var(--cr-gold);color:#0d0c09!important;background:var(--cr-gold);box-shadow:0 9px 25px rgba(217,164,65,.22)}.cr-socials a:focus-visible{outline:2px solid var(--cr-gold);outline-offset:3px}.cr-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.cr-footer-bottom{border-top:1px solid #26231f;margin-top:42px;padding:20px 0;display:flex;justify-content:space-between;color:#777268;font-size:11px}
.cr-page-hero{padding:96px 0 76px;background:#11100f;color:#fff;position:relative;overflow:hidden}.cr-page-hero:after{content:"";position:absolute;width:480px;height:480px;border-radius:50%;background:rgba(217,164,65,.08);right:-180px;top:-260px}.cr-page-hero h1{font-size:60px;margin-bottom:14px}.cr-page-hero p{font-size:18px;color:#ccc4b8;max-width:720px}.cr-page-hero-image{padding:62px 0}.cr-page-hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.cr-page-hero-grid img{width:100%;height:390px;object-fit:cover;border-radius:10px;border:1px solid rgba(217,164,65,.28)}
.cr-product-hero{background:#f5efe6;padding:66px 0}.cr-product-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:58px;align-items:center}.cr-product-main-image{background:#fff;border:1px solid #dacfbf;padding:12px;border-radius:10px}.cr-product-main-image img{width:100%;height:560px;object-fit:cover;border-radius:5px}.cr-product-summary h1{font-size:54px;margin-bottom:15px}.cr-product-summary .cr-lead{font-size:18px;color:#676057}.cr-feature-list{list-style:none;padding:0;margin:24px 0}.cr-feature-list li{padding:10px 0;border-bottom:1px solid #ded4c7;font-weight:700}.cr-feature-list li span{color:var(--cr-gold);margin-right:10px}.cr-product-content-grid{display:grid;grid-template-columns:1.5fr .75fr;gap:60px}.cr-prose h2{font-size:42px}.cr-prose{font-size:16px;color:#4c4842}.cr-prose p{margin-bottom:18px}.cr-spec-card{background:#171512;color:#fff;border-radius:8px;padding:28px;height:max-content}.cr-spec-card h3{font-family:Georgia,serif;font-size:25px;border-bottom:1px solid #3c362d;padding-bottom:16px}.cr-spec-card>div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid #2e2a25;font-size:13px}.cr-spec-card span{color:#9f998f}.cr-spec-card strong{text-align:right}.cr-product-gallery{background:#f1ebe2}
.cr-corporate-intro{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start}.cr-corporate-intro h2{font-size:43px}.cr-corporate-intro>p{font-size:17px;color:#625c54}.cr-sector-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:44px}.cr-sector-grid>div{display:flex;flex-direction:column;align-items:center;gap:11px;padding:25px;background:#fff;border:1px solid #ddd3c6;border-radius:8px}.cr-sector-grid .cr-icon{width:38px;height:38px;color:var(--cr-gold)}.cr-process{background:#131210;color:#fff}.cr-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cr-process-card{border:1px solid #3a352e;border-radius:8px;padding:28px;background:#181715}.cr-process-card>span{color:var(--cr-gold);font-family:Georgia,serif;font-size:38px}.cr-process-card h3{font-size:17px;margin:18px 0 8px}.cr-process-card p{font-size:13px;color:#aaa398;margin:0}
.cr-form-section{background:#f7f2ea}.cr-form-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.cr-form-grid h2{font-size:44px}.cr-contact-cards{display:grid;gap:10px;margin-top:28px}.cr-contact-cards a{display:flex;align-items:center;gap:14px;color:#171512;background:#fff;border:1px solid #ddd3c6;padding:15px;border-radius:7px}.cr-contact-cards .cr-icon{width:32px;height:32px;color:var(--cr-gold)}.cr-contact-cards small,.cr-contact-cards strong{display:block}.cr-contact-cards small{font-size:11px;color:#857e74;margin-bottom:2px}.cr-lead-form{background:#fff;border:1px solid #ddd3c6;border-radius:10px;padding:30px;box-shadow:0 18px 50px rgba(51,41,28,.07)}.cr-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cr-lead-form label{display:block;font-size:12px;font-weight:800;margin-bottom:14px;color:#4f4942}.cr-lead-form input,.cr-lead-form textarea{display:block;width:100%;margin-top:7px;padding:13px 14px;border:1px solid #d7cec1;border-radius:5px;background:#fcfaf7;font:inherit;font-size:14px}.cr-lead-form input:focus,.cr-lead-form textarea:focus{outline:2px solid rgba(217,164,65,.25);border-color:var(--cr-gold)}.cr-form-note{display:block;color:#8b847a;font-size:10px;line-height:1.5;margin-top:12px}.cr-hp{position:absolute!important;left:-99999px!important}.cr-form-alert{padding:12px 14px;border-radius:5px;margin-bottom:18px;font-size:13px}.cr-form-alert.success{background:#eaf7ed;color:#176b2e}.cr-form-alert.error{background:#fff0ee;color:#9a291d}
.cr-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.cr-about-photo-stack{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:end}.cr-about-photo-stack img{width:100%;height:420px;object-fit:cover;border-radius:8px}.cr-about-photo-stack img:last-child{height:330px}
.cr-icon{display:inline-block}
.cr-lightbox-overlay{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:999999;display:grid;place-items:center;padding:40px;cursor:zoom-out}.cr-lightbox-overlay img{max-width:min(1200px,96vw);max-height:90vh;object-fit:contain;border-radius:5px}.cr-lightbox-close{position:fixed;right:28px;top:24px;color:#fff;font-size:40px;background:none;border:0;cursor:pointer}
@media(max-width:1100px){.cr-nav{gap:18px}.cr-nav a{font-size:12px}.cr-header-cta{display:none}.cr-hero h1{font-size:56px}.cr-feature-grid{grid-template-columns:1fr 1fr}.cr-feature:nth-child(2){border-right:0}.cr-feature:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)}.cr-product-grid{grid-template-columns:repeat(2,1fr)}.cr-use-grid{grid-template-columns:repeat(2,1fr)}.cr-why-grid{grid-template-columns:1fr 1fr}.cr-why-card:nth-child(2){border-right:0}.cr-why-card:nth-child(-n+2){border-bottom:1px solid #e1d8cb}.cr-gallery-grid{grid-template-columns:repeat(3,1fr)}.cr-cta-inner{grid-template-columns:1fr auto}.cr-cta-inner .cr-btn{grid-column:2}.cr-footer-grid{grid-template-columns:1.4fr 1fr 1fr}.cr-footer-grid>div:last-child{grid-column:1/-1}.cr-sector-grid{grid-template-columns:repeat(3,1fr)}.cr-process-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px) and (min-width:783px){.cr-gallery-grid,.cr-gallery-grid-large{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:782px){.cr-container{width:min(100% - 30px,1180px)}.cr-header{height:66px}.cr-brand img{width:38px;height:38px}.cr-brand span{font-size:18px}.cr-menu-toggle{display:block;margin-left:auto}.cr-nav{display:none;position:absolute;left:0;right:0;top:66px;background:#0c0c0c;border-top:1px solid #29251e;padding:12px 18px 20px;flex-direction:column;gap:0;align-items:stretch}.cr-header.is-open .cr-nav{display:flex}.cr-nav a{padding:13px 5px;border-bottom:1px solid #24211c}.cr-nav a:after{display:none}.cr-hero{min-height:580px}.cr-hero-bg{background-position:62% center}.cr-hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.72))}.cr-hero h1{font-size:46px}.cr-hero p{font-size:17px}.cr-feature-strip{margin-top:0}.cr-feature-grid{width:100%;grid-template-columns:1fr}.cr-feature{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.cr-section{padding:60px 0}.cr-section-head h2{font-size:34px}.cr-product-grid,.cr-use-grid,.cr-why-grid,.cr-gallery-grid,.cr-gallery-grid-large,.cr-sector-grid,.cr-process-grid{grid-template-columns:1fr}.cr-why-card{border-right:0;border-bottom:1px solid #e1d8cb}.cr-split{grid-template-columns:1fr}.cr-detail-image{height:380px}.cr-detail-copy{padding:50px 24px}.cr-detail-copy h2{font-size:36px}.cr-detail-list{grid-template-columns:1fr}.cr-use-card img{height:260px}.cr-gallery-grid img,.cr-gallery-grid-large img,.cr-gallery-grid-large a:nth-child(4n+1) img{height:100%}.cr-gallery-grid-large a:nth-child(4n+1){grid-column:auto}.cr-cta-inner{grid-template-columns:1fr;gap:22px}.cr-cta-inner .cr-btn{grid-column:auto}.cr-cta-phone{font-size:21px}.cr-footer-grid{grid-template-columns:1fr 1fr;gap:36px}.cr-footer-grid>div:first-child,.cr-footer-grid>div:last-child{grid-column:1/-1}.cr-footer-bottom{flex-direction:column;gap:8px}.cr-page-hero{padding:70px 0 52px}.cr-page-hero h1{font-size:44px}.cr-page-hero-grid,.cr-product-hero-grid,.cr-product-content-grid,.cr-corporate-intro,.cr-form-grid,.cr-about-grid{grid-template-columns:1fr;gap:36px}.cr-page-hero-grid img{height:300px}.cr-product-main-image img{height:380px}.cr-product-summary h1{font-size:42px}.cr-form-row{grid-template-columns:1fr}.cr-about-photo-stack img{height:300px}.cr-about-photo-stack img:last-child{height:240px}}
@media(max-width:520px){.cr-container{width:calc(100% - 24px)}.cr-brand span{display:none}.cr-hero h1{font-size:39px}.cr-actions{flex-direction:column}.cr-actions .cr-btn{width:100%}.cr-detail-image{height:320px}.cr-product-grid{grid-template-columns:1fr}.cr-footer-grid{grid-template-columns:1fr}.cr-footer-grid>div{grid-column:auto!important}.cr-product-main-image img{height:300px}.cr-lead-form{padding:20px}.cr-cta-phone{font-size:19px}.cr-page-hero h1{font-size:38px}}

/* v1.4 footer + 404 restoration */
.cr-footer{position:relative;overflow:hidden}.cr-footer-glow{position:absolute;left:8%;top:-170px;width:440px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(217,164,65,.11),transparent 68%);pointer-events:none}.cr-footer-grid,.cr-footer-bottom{position:relative}.cr-footer-about p{line-height:1.7}.cr-footer-all{margin-top:16px!important;color:var(--cr-gold)!important;font-weight:800}.cr-footer-contact>a,.cr-footer-contact>span{display:flex!important;align-items:flex-start;gap:9px}.cr-footer-contact .cr-icon{flex:0 0 17px;margin-top:1px}.cr-footer-contact>a>span,.cr-footer-contact>span>span{display:inline!important;margin:0!important;color:inherit;font-size:inherit}
.cr-error-main{background:#090909}.cr-error-hero{position:relative;min-height:calc(100vh - 74px);display:flex;align-items:center;overflow:hidden;color:#fff}.cr-error-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.03);filter:saturate(.92)}.cr-error-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,4,4,.97) 0%,rgba(4,4,4,.90) 40%,rgba(4,4,4,.53) 72%,rgba(4,4,4,.70) 100%)}.cr-error-overlay:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 76% 40%,rgba(217,164,65,.22),transparent 28%)}.cr-error-inner{position:relative;z-index:2;padding-top:90px;padding-bottom:110px}.cr-error-code{position:absolute;left:-18px;top:-16px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(190px,24vw,390px);line-height:.8;font-weight:900;letter-spacing:-.09em;color:rgba(255,255,255,.035);user-select:none;pointer-events:none}.cr-error-inner>.cr-kicker,.cr-error-inner>h1,.cr-error-inner>p,.cr-error-inner>.cr-actions{position:relative;z-index:2}.cr-error-inner h1{max-width:770px;margin:0 0 20px;font-size:clamp(46px,6vw,78px);line-height:1.02}.cr-error-inner>p{max-width:690px;margin:0 0 30px;color:#d2cdc5;font-size:17px;line-height:1.75}.cr-error-contact{display:inline-flex;align-items:center;padding:0 5px;color:#e7dfd3;font-size:13px;font-weight:800;border-bottom:1px solid rgba(217,164,65,.52)}.cr-error-contact:hover{color:var(--cr-gold)}

/* Ajax teklif formu */
.cr-form-live:empty{display:none}.cr-form-alert{position:relative;padding:14px 16px 14px 44px;border-radius:8px;margin-bottom:18px;font-size:13px;font-weight:700;border:1px solid transparent;animation:crAlertIn .25s ease}.cr-form-alert:before{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:17px}.cr-form-alert.success{background:#edf9f0;color:#176b2e;border-color:#bfe6c8}.cr-form-alert.success:before{content:"✓"}.cr-form-alert.error{background:#fff2ef;color:#922f24;border-color:#f0c9c1}.cr-form-alert.error:before{content:"!"}.cr-submit-btn{position:relative;min-width:220px}.cr-submit-spinner{display:none;width:17px;height:17px;border:2px solid rgba(20,16,10,.28);border-top-color:#15120d;border-radius:50%;animation:crSpin .7s linear infinite}.cr-lead-form.is-loading .cr-submit-btn{pointer-events:none;opacity:.8}.cr-lead-form.is-loading .cr-submit-arrow{display:none}.cr-lead-form.is-loading .cr-submit-spinner{display:inline-block}.cr-lead-form.is-success{border-color:rgba(47,139,72,.35);box-shadow:0 18px 50px rgba(47,139,72,.08)}
@keyframes crSpin{to{transform:rotate(360deg)}}@keyframes crAlertIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
@media(max-width:782px){.cr-error-hero{min-height:calc(100vh - 66px)}.cr-error-inner{padding-top:76px;padding-bottom:86px}.cr-error-inner h1{font-size:48px}.cr-error-inner>p{font-size:15px}.cr-error-code{top:8px;font-size:210px}.cr-error-contact{justify-content:center;padding:10px 0}}
@media(max-width:520px){.cr-error-inner h1{font-size:40px}.cr-error-code{font-size:180px}.cr-error-inner>.cr-actions .cr-error-contact{width:100%}.cr-submit-btn{width:100%}}


/* Footer sağ alt kredi/link alanı */
.cr-footer-bottom .cr-footer-credit{color:#8f887d;text-decoration:none;transition:color .18s ease,transform .18s ease;display:inline-flex;align-items:center;gap:6px}
.cr-footer-bottom .cr-footer-credit:after{content:"↗";font-size:10px;color:var(--cr-gold);opacity:.85}
.cr-footer-bottom .cr-footer-credit:hover{color:var(--cr-gold);transform:translateY(-1px)}


/* v1.5.5 - WordPress admin bar hiçbir şekilde Carrom Royal header konumunu değiştirmez */
html{margin-top:0!important}
body.cr-standalone-page{padding-top:0!important}
body.cr-standalone-page .cr-site{padding-top:0!important}
body.cr-standalone-page .cr-header{top:0!important}
