/* ── FONTS ── */
@font-face { font-family:'Gotham'; src:url('../../fonts/Gotham-Light.otf') format('opentype'); font-weight:300; font-style:normal; font-display:swap; }
@font-face { font-family:'Gotham'; src:url('../../fonts/Gotham-Medium.otf') format('opentype'); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:'Gotham'; src:url('../../fonts/Gotham-Bold.otf') format('opentype'); font-weight:700; font-style:normal; font-display:swap; }
@font-face { font-family:'Gotham'; src:url('../../fonts/Gotham-Black.otf') format('opentype'); font-weight:900; font-style:normal; font-display:swap; }

/* ── RESET ── */
*,*::before,*::after { margin:0; padding:0; box-sizing:border-box; }
html { font-size:16px; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; scroll-behavior:smooth; }
body { font-family:'Gotham',sans-serif; font-weight:300; color:#1a1a1a; background:#fff; line-height:1.65; font-size:17px; }
img { max-width:100%; height:auto; display:block; }
a { color:inherit; text-decoration:none; }

/* ── LAYOUT ── */
.container { max-width:1200px; margin:0 auto; padding:0 40px; }

/* ── TYPOGRAPHY ── */
.label { font-size:0.7rem; font-weight:700; letter-spacing:0.15em; text-transform:uppercase; margin-bottom:16px; display:block; }
h1 { font-weight:900; font-size:clamp(2rem,4vw,3rem); line-height:1.15; letter-spacing:-0.02em; color:#000; }
h2 { font-weight:900; font-size:clamp(1.6rem,3vw,2.25rem); line-height:1.2; letter-spacing:-0.015em; color:#000; }
h3 { font-weight:700; font-size:1.1rem; line-height:1.3; color:#000; }
p { font-weight:300; font-size:1rem; line-height:1.7; color:#333; }

/* ── BUTTONS ── */
.btn { display:inline-flex; align-items:center; gap:10px; padding:14px 28px; font-family:'Gotham',sans-serif; font-size:0.85rem; font-weight:700; letter-spacing:0.02em; border-radius:6px; border:none; cursor:pointer; transition:all 0.25s ease; text-decoration:none; }
.btn-primary { background:#000; color:#fff; }
.btn-primary:hover { background:#333; }
.btn-secondary { background:transparent; color:#000; border:1.5px solid #000; }
.btn-secondary:hover { background:#000; color:#fff; }
.btn i { font-size:0.75rem; transition:transform 0.25s ease; }
.btn:hover i { transform:translateX(3px); }

/* ── SCROLL INDICATOR (Pirelli.de style) ── */
.scroll-indicator { position:absolute; right:40px; bottom:80px; display:flex; flex-direction:column; align-items:center; gap:16px; cursor:pointer; z-index:10; }
.scroll-indicator span { writing-mode:vertical-rl; transform:rotate(180deg); text-transform:uppercase; font-size:0.7rem; font-weight:700; letter-spacing:0.15em; color:#000; }
.scroll-indicator-line { position:relative; width:2px; height:80px; overflow:hidden; }
.scroll-indicator-line::after { content:''; position:absolute; left:0; width:2px; height:80px; background:#000; animation:scrollLine 2.5s ease-in-out infinite; }
@keyframes scrollLine { 0% { bottom:100px; } 70% { bottom:-100px; } 100% { bottom:-100px; } }

/* ── HEADER ── */
.site-header { padding:20px 0; background:#fff; border-bottom:1px solid #eee; position:sticky; top:0; z-index:100; }
.site-header .container { display:flex; justify-content:space-between; align-items:center; }
.header-logo-dealer img { max-height:35px; width:auto; }
.header-logo-pirelli img { height:28px; width:auto; }

/* ── HERO ── */
.hero { background:linear-gradient(160deg,#f0efed 0%,#f7f6f4 40%,#fff 100%); padding:80px 0 100px; overflow:hidden; position:relative; }
.hero .container { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.hero-text { max-width:520px; }
.hero-text .label { color:#777; }
.hero-text h1 { margin-bottom:20px; }
.hero-text .subline { font-size:1.05rem; color:#444; margin-bottom:12px; font-weight:300; line-height:1.7; }
.hero-badge { display:inline-block; background:#000; border-radius:8px; padding:16px 24px; margin-bottom:14px; }
.hero-badge img { height:56px; width:auto; }
.hero-buttons { display:flex; gap:14px; flex-wrap:wrap; }
.hero-visual { display:flex; justify-content:center; align-items:center; }
.hero-visual img { max-width:520px; width:100%; filter:drop-shadow(0 12px 40px rgba(0,0,0,0.12)); }

/* ── TYRELIFE+ ── */
.tyrelife-plus { padding:100px 0; background:#000; color:#fff; }
.tyrelife-plus .label { color:#FED100; }
.tyrelife-plus h2 { color:#fff; margin-bottom:20px; }
.tyrelife-plus p { color:rgba(255,255,255,0.7); }
.tyrelife-plus-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:start; }
.tyrelife-plus-intro .subline { font-size:1.05rem; color:rgba(255,255,255,0.7); margin-bottom:32px; line-height:1.7; }
.tyrelife-plus-logo { margin-bottom:32px; }
.tyrelife-plus-logo img { height:48px; width:auto; }
.benefit-list { list-style:none; padding:0; }
.benefit-list li { padding:16px 0; border-bottom:1px solid rgba(255,255,255,0.1); font-weight:300; font-size:0.95rem; color:rgba(255,255,255,0.85); display:flex; align-items:baseline; gap:12px; }
.benefit-list li:first-child { border-top:1px solid rgba(255,255,255,0.1); }
.benefit-list li .icon { color:#FED100; font-size:0.7rem; flex-shrink:0; }

/* ── STEPS ── */
.steps-section { padding:100px 0; background:#fafaf9; }
.steps-header { text-align:center; max-width:600px; margin:0 auto 64px; }
.steps-header .label { color:#777; }
.steps-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.step-item { text-align:center; padding:32px 16px; }
.step-number { display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:50%; background:#FED100; color:#000; font-weight:700; font-size:0.9rem; margin-bottom:20px; }
.step-item h3 { font-size:0.95rem; font-weight:700; margin-bottom:10px; }
.step-item p { font-size:0.95rem; line-height:1.6; color:#555; }

/* ── PRODUCTS ── */
.product-range { padding:100px 0; background:#fff; }
.product-range-header { max-width:600px; margin-bottom:64px; }
.product-range-header .label { color:#777; }
.product-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
.product-card { background:#fafaf9; border-radius:12px; padding:40px; transition:background 0.25s ease; display:flex; gap:24px; align-items:center; }
.product-card:hover { background:#f3f2f0; }
.product-card-img { flex-shrink:0; width:120px; }
.product-card-img img { width:100%; }
.product-card-content { flex:1; }
.product-card h3 { font-weight:900; font-size:1rem; letter-spacing:0.02em; margin-bottom:4px; }
.product-card .product-sub { font-weight:700; font-size:1rem; margin-bottom:12px; color:#000; }
.product-card .segment { font-size:0.75rem; font-weight:500; letter-spacing:0.1em; text-transform:uppercase; color:#888; margin-bottom:12px; }
.product-card p { font-size:0.95rem; color:#555; }

/* ── BANNER CTA ── */
.banner-cta { padding:80px 0; background:linear-gradient(160deg,#f0efed 0%,#f7f6f4 40%,#fff 100%); }
.banner-cta-inner { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.banner-cta-image img { border-radius:12px; width:100%; }
.banner-cta .label { color:#777; }
.banner-cta h2 { margin-bottom:16px; }
.banner-cta p { margin-bottom:28px; }

/* ── TYRELIFE SECTION OPENER ── */
.tyrelife-opener { padding:80px 0; background:#1a1a1a; text-align:center; }
.tyrelife-opener .label { color:rgba(255,255,255,0.4); }
.tyrelife-opener-logo { margin:20px 0 24px; }
.tyrelife-opener-logo img { height:104px; margin:0 auto; }
.tyrelife-opener p { color:rgba(255,255,255,0.55); font-size:0.95rem; max-width:560px; margin:0 auto; }

/* ── TYRELIFE STANDARD ── */
.tyrelife-standard { padding:80px 0; background:#1a1a1a; color:#fff; }
.tyrelife-standard-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:start; }
.tyrelife-standard .label { color:rgba(255,255,255,0.4); }
.tyrelife-standard h2 { margin-bottom:20px; color:#fff; }
.conditions-list { list-style:none; padding:0; }
.conditions-list li { padding:12px 0; border-bottom:1px solid rgba(255,255,255,0.1); font-weight:300; font-size:0.95rem; color:rgba(255,255,255,0.75); display:flex; align-items:baseline; gap:12px; }
.conditions-list li:first-child { border-top:1px solid rgba(255,255,255,0.1); }
.conditions-list li .icon { color:rgba(255,255,255,0.4); font-size:0.6rem; flex-shrink:0; }

/* ── GUARANTEE ── */
.guarantee { padding:80px 0; background:#1a1a1a; }
.guarantee-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.guarantee .label { color:rgba(255,255,255,0.4); }
.guarantee h2 { margin-bottom:20px; color:#fff; }
.guarantee-icons img { max-width:100%; width:400px; }

/* ── FOOTER ── */
.site-footer { padding:48px 0; background:#000; color:#fff; }
.footer-inner { display:flex; justify-content:space-between; align-items:flex-start; gap:40px; }
.footer-logo img { height:28px; width:auto; margin-bottom:20px; }
.footer-copy { font-size:0.75rem; color:rgba(255,255,255,0.5); line-height:1.6; max-width:400px; }
.footer-note { font-size:0.7rem; color:rgba(255,255,255,0.35); line-height:1.5; margin-top:12px; max-width:400px; }
.footer-links ul { list-style:none; display:flex; flex-wrap:wrap; gap:24px; }
.footer-links a { font-size:0.7rem; font-weight:500; letter-spacing:0.1em; text-transform:uppercase; color:rgba(255,255,255,0.5); transition:color 0.2s; }
.footer-links a:hover { color:#fff; }

/* ── RESPONSIVE ── */
@media (max-width:960px) {
	.hero .container { display:flex; flex-direction:column-reverse; gap:48px; }
	.hero-visual img { max-width:400px; margin:0 auto; }
	.hero-text { max-width:100%; text-align:center; }
	.hero-buttons { justify-content:center; }
	.tyrelife-plus-grid, .tyrelife-standard-grid, .guarantee-grid, .banner-cta-inner { grid-template-columns:1fr; gap:48px; }
	.steps-grid { grid-template-columns:repeat(2,1fr); }
	.product-grid { grid-template-columns:1fr; }
	.product-card { flex-direction:row; }
	.footer-inner { flex-direction:column; gap:32px; }
	.container { padding:0 24px; }
	.scroll-indicator { display:none; }
}
@media (max-width:600px) {
	.hero { padding:48px 0 64px; }
	.hero-visual img { max-width:300px; }
	.steps-grid { grid-template-columns:1fr; }
	.tyrelife-plus, .steps-section, .product-range, .guarantee { padding:64px 0; }
	.hero-buttons { flex-direction:column; align-items:center; }
	.btn { width:100%; justify-content:center; }
	.footer-links ul { flex-direction:column; gap:12px; }
	.product-card-img { width:80px; }
}