:root {
    --ink: #163947;
    --ink-deep: #0a2934;
    --cream: #fff9e9;
    --white: #ffffff;
    --turquoise: #00c7c8;
    --turquoise-dark: #009d9e;
    --blue: #1676ee;
    --pink: #ff4f91;
    --coral: #ff6b5f;
    --orange: #ff9736;
    --yellow: #ffd83d;
    --purple: #8457e8;
    --palm: #138d62;
    --soft: #5e7b84;
    --line: rgba(22, 57, 71, 0.13);
    --shadow: 0 24px 65px rgba(18, 79, 91, 0.17);
    --max: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; background: var(--cream); }
body { min-width: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: Poppins, Arial, sans-serif; line-height: 1.65; }
main { display: flex; flex-direction: column; }
#trailer { order: 1; }
#bewerbung { order: 2; }
#casting { order: 3; }
.intro-section { order: 4; }
#fotokonzept { order: 5; }
#faq { order: 6; }
.final-cta { order: 7; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
p { color: var(--soft); }
h1, h2, h3 { color: var(--ink-deep); font-family: "Paytone One", Poppins, sans-serif; font-weight: 400; line-height: 1.03; letter-spacing: -0.025em; }
h1 { font-size: clamp(50px, 7.2vw, 88px); }
h2 { font-size: clamp(34px, 5vw, 58px); }
h3 { font-size: clamp(22px, 2.5vw, 29px); }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.container, .hero-grid > *, .split-grid > *, .step-grid > *, .photo-grid > *, .faq-grid > *, .final-cta-box > * { min-width: 0; max-width: 100%; }
.skip-link { position: fixed; left: 18px; top: -90px; z-index: 3000; padding: 12px 18px; border-radius: 12px; background: var(--ink-deep); color: var(--white); font-weight: 800; transition: top 0.2s ease; }
.skip-link:focus { top: 18px; }

.topbar { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(22, 57, 71, 0.09); background: rgba(255, 249, 233, 0.9); box-shadow: 0 10px 35px rgba(21, 74, 83, 0.08); backdrop-filter: blur(18px); }
.nav-shell { position: relative; min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-sun { position: relative; width: 51px; height: 51px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, var(--yellow), var(--orange)); box-shadow: 0 10px 26px rgba(255, 151, 54, 0.28); }
.brand-sun::before { content: ""; position: absolute; width: 17px; height: 17px; border: 3px solid var(--ink-deep); border-radius: 50%; }
.brand-sun::after { content: ""; position: absolute; width: 3px; height: 3px; border-radius: 50%; box-shadow: 0 -14px 0 0 var(--ink-deep), 0 14px 0 0 var(--ink-deep), 14px 0 0 0 var(--ink-deep), -14px 0 0 0 var(--ink-deep), 10px 10px 0 0 var(--ink-deep), -10px -10px 0 0 var(--ink-deep), 10px -10px 0 0 var(--ink-deep), -10px 10px 0 0 var(--ink-deep); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { color: var(--ink-deep); font-family: "Paytone One", Poppins, sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 0.01em; }
.brand-copy small { margin-top: 4px; color: var(--palm); font-size: 9px; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.nav-panel { display: flex; align-items: center; gap: 24px; }
.nav-links { display: flex; align-items: center; gap: 18px; font-size: 12px; font-weight: 800; }
.nav-links a { position: relative; padding: 13px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--turquoise), var(--pink)); transition: right 0.2s ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; margin-left: auto; border: 1px solid var(--line); border-radius: 14px; background: var(--white); color: var(--ink-deep); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { width: 22px; height: 2px; border-radius: 10px; background: currentColor; transition: transform 0.2s ease, opacity 0.2s ease; }
.menu-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 2px solid transparent; border-radius: 999px; padding: 12px 21px; color: var(--white); font-size: 13px; font-weight: 900; text-align: center; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.btn:hover { transform: translateY(-3px) rotate(-0.5deg); }
.btn-primary { background: linear-gradient(115deg, var(--pink), var(--coral) 48%, var(--orange)); box-shadow: 0 15px 35px rgba(255, 79, 145, 0.28); }
.btn-secondary { border-color: rgba(22, 57, 71, 0.18); background: var(--white); color: var(--ink-deep); }
.btn-light { background: var(--white); color: var(--pink); box-shadow: 0 15px 35px rgba(22, 57, 71, 0.18); }
.btn-large { min-height: 57px; padding: 15px 26px; font-size: 14px; }

.trailer-section { position: relative; overflow: hidden; padding: 64px 0 82px; background: linear-gradient(135deg, #00c7c8 0%, #26d8cf 42%, #3db4ed 100%); }
.trailer-section::before { content: ""; position: absolute; inset: 0; opacity: 0.19; background-image: radial-gradient(rgba(255, 255, 255, 0.9) 1px, transparent 1px); background-size: 18px 18px; }
.trailer-section > .container { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(330px, 0.78fr) minmax(500px, 1.22fr); gap: clamp(38px, 5vw, 72px); align-items: center; }
.tropical-shape { position: absolute; border-radius: 50%; pointer-events: none; }
.tropical-shape-one { width: 360px; height: 360px; left: -190px; top: -170px; background: var(--yellow); }
.tropical-shape-two { width: 430px; height: 430px; right: -250px; bottom: -220px; background: var(--pink); opacity: 0.76; }
.trailer-heading { position: relative; z-index: 2; max-width: 600px; margin: 0; text-align: left; }
.summer-pill { display: inline-flex; padding: 8px 14px; border: 2px solid rgba(255, 255, 255, 0.72); border-radius: 999px; background: rgba(255, 255, 255, 0.15); color: var(--white); font-size: 10px; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
.trailer-heading h2 { margin: 16px 0 13px; color: var(--white); text-shadow: 0 5px 0 rgba(5, 114, 123, 0.14); }
.trailer-heading .prize-highlight { display: block; color: var(--yellow); font-size: clamp(64px, 7vw, 96px); line-height: 0.9; letter-spacing: -0.045em; text-shadow: 6px 6px 0 var(--pink), 0 14px 32px rgba(22, 57, 71, 0.22); }
.trailer-heading p { max-width: 560px; color: rgba(255, 255, 255, 0.9); font-size: 16px; }
.trailer-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 25px; }
.trailer-actions > span { color: rgba(255, 255, 255, 0.92); font-size: 10px; font-weight: 900; letter-spacing: 0.05em; text-transform: uppercase; }
.trailer-placeholder { position: relative; z-index: 2; width: 100%; aspect-ratio: 16 / 9; min-height: 390px; display: flex; overflow: hidden; align-items: center; justify-content: center; flex-direction: column; margin-inline: auto; padding: 35px; border: 5px solid var(--white); border-radius: 40px; background: radial-gradient(circle at 73% 18%, var(--yellow) 0 9%, transparent 9.5%), linear-gradient(145deg, var(--pink), var(--orange) 50%, #ffd23d); box-shadow: 0 30px 75px rgba(7, 86, 100, 0.28); text-align: center; }
.trailer-placeholder::before { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, transparent 0 55%, rgba(0, 128, 113, 0.2) 55.5%), repeating-linear-gradient(135deg, transparent 0 28px, rgba(255, 255, 255, 0.06) 28px 30px); }
.play-button { position: relative; z-index: 3; width: 95px; height: 95px; display: grid; place-items: center; margin-bottom: 18px; border: 4px solid var(--white); border-radius: 50%; background: rgba(255, 255, 255, 0.2); box-shadow: 0 14px 40px rgba(100, 35, 50, 0.22); backdrop-filter: blur(8px); }
.play-button::before { content: ""; width: 0; height: 0; margin-left: 7px; border-top: 16px solid transparent; border-bottom: 16px solid transparent; border-left: 25px solid var(--white); }
.trailer-placeholder strong { position: relative; z-index: 3; color: var(--white); font-family: "Paytone One", Poppins, sans-serif; font-size: clamp(28px, 4.2vw, 52px); font-weight: 400; line-height: 1; }
.trailer-placeholder p { position: relative; z-index: 3; margin-top: 9px; color: var(--white); font-size: 16px; font-weight: 700; }
.trailer-file { position: relative; z-index: 3; margin-top: 17px; padding: 8px 12px; border-radius: 999px; background: rgba(22, 57, 71, 0.2); color: var(--white); font-size: 9px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.trailer-palm { position: absolute; z-index: 2; bottom: -18px; width: 155px; height: 205px; transform-origin: center bottom; }
.trailer-palm::before { content: ""; position: absolute; left: 65px; bottom: 0; width: 27px; height: 128px; border-radius: 60% 40% 12px 12px; background: linear-gradient(90deg, #9a583c, #d98855 48%, #8d4c36); transform: rotate(7deg); box-shadow: inset 5px 0 rgba(255, 255, 255, 0.12); }
.trailer-palm i { position: absolute; left: 76px; top: 44px; width: 84px; height: 29px; border-radius: 100% 8% 100% 8%; background: linear-gradient(135deg, #2db968, #117d55); transform-origin: 0 50%; box-shadow: inset 0 -4px rgba(7, 90, 58, 0.18); }
.trailer-palm i:nth-child(1) { transform: rotate(-160deg); }
.trailer-palm i:nth-child(2) { transform: rotate(-120deg); }
.trailer-palm i:nth-child(3) { transform: rotate(-78deg); }
.trailer-palm i:nth-child(4) { transform: rotate(-35deg); }
.trailer-palm i:nth-child(5) { transform: rotate(8deg); }
.palm-left { left: 4px; transform: rotate(-6deg); }
.palm-right { right: 4px; transform: scaleX(-1) rotate(-6deg); }

.hero { position: relative; overflow: hidden; padding: 98px 0 50px; background: linear-gradient(180deg, #fff5d8, var(--cream)); }
.hero::before { content: ""; position: absolute; left: -110px; top: 90px; width: 280px; height: 280px; border: 38px solid rgba(0, 199, 200, 0.11); border-radius: 50%; }
.sun-spot { position: absolute; right: -90px; top: -100px; width: 310px; height: 310px; border-radius: 50%; background: var(--yellow); opacity: 0.55; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(350px, 0.96fr); gap: clamp(42px, 7vw, 88px); align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--pink); font-size: 11px; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 5px; border-radius: 99px; background: linear-gradient(90deg, var(--turquoise), var(--yellow), var(--pink)); }
.hero-copy h1 { max-width: 760px; margin: 20px 0 24px; color: var(--ink-deep); text-wrap: balance; }
.hero-copy h1 span { display: block; color: var(--pink); text-shadow: 4px 4px 0 rgba(255, 216, 61, 0.75); }
.hero-lead { max-width: 720px; color: #446874; font-size: clamp(17px, 1.9vw, 21px); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 29px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 20px; color: var(--palm); font-size: 11px; font-weight: 900; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust span::before { content: ""; width: 7px; height: 12px; border-right: 3px solid var(--palm); border-bottom: 3px solid var(--palm); transform: rotate(45deg) translateY(-2px); }
.hero-example { position: relative; width: min(500px, 100%); margin-inline: auto; padding: 11px; border-radius: 45px; background: var(--white); box-shadow: 0 32px 75px rgba(42, 91, 92, 0.23); transform: rotate(2deg); }
.hero-example::before { content: ""; position: absolute; inset: -14px 20px 18px -14px; z-index: -1; border-radius: 48px; background: linear-gradient(145deg, var(--yellow), var(--pink)); transform: rotate(-4deg); }
.hero-example img { width: 100%; aspect-ratio: 4 / 5; border-radius: 35px; object-fit: cover; object-position: center; }
.example-label { position: absolute; z-index: 3; left: 26px; top: 26px; padding: 8px 12px; border-radius: 999px; background: rgba(255, 255, 255, 0.92); color: var(--pink); font-size: 9px; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.hero-example figcaption { display: grid; gap: 2px; padding: 14px 13px 9px; }
.hero-example figcaption strong { color: var(--ink-deep); font-size: 13px; }
.hero-example figcaption span { color: var(--soft); font-size: 11px; }
.fact-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-top: 72px; }
.fact-strip div { padding: 22px; border: 3px solid var(--white); border-radius: 22px; box-shadow: 0 15px 35px rgba(31, 83, 88, 0.11); }
.fact-strip div:nth-child(1) { background: var(--yellow); transform: rotate(-1deg); }
.fact-strip div:nth-child(2) { background: #a5f0e3; transform: rotate(1deg); }
.fact-strip div:nth-child(3) { background: #ffc2da; transform: rotate(-0.7deg); }
.fact-strip div:nth-child(4) { background: #cbb8ff; transform: rotate(0.8deg); }
.fact-strip strong, .fact-strip span { display: block; }
.fact-strip strong { color: var(--ink-deep); font-size: 14px; }
.fact-strip span { margin-top: 3px; color: #46636d; font-size: 11px; }

.section-heading { max-width: 900px; margin-bottom: 40px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading h2 { margin: 16px 0 17px; }
.section-heading h2 span, .final-cta h2 span { color: var(--pink); }
.section-heading p { max-width: 810px; font-size: clamp(16px, 1.7vw, 19px); }
.section-heading.center p { margin-inline: auto; }
.intro-section { padding: 92px 0; background: var(--turquoise); }
.split-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: clamp(40px, 7vw, 86px); align-items: start; }
.split-grid .section-heading { margin-bottom: 0; }
.intro-section .eyebrow, .intro-section h2, .intro-section h2 span { color: var(--white); }
.intro-section .eyebrow::before { background: var(--yellow); }
.intro-copy { display: grid; gap: 19px; }
.intro-copy p { color: rgba(255, 255, 255, 0.91); font-size: clamp(17px, 1.8vw, 20px); }

.application-section { padding: 82px 0 92px; background: var(--white); }
.application-section .section-heading { margin-bottom: 26px; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card { position: relative; min-height: 330px; overflow: hidden; padding: 30px; border: 3px solid var(--cream); border-radius: 30px; background: #e7fbf7; box-shadow: var(--shadow); }
.step-card:nth-child(2) { background: #fff0f6; }
.step-card:nth-child(3) { background: #fff7d6; }
.step-card.featured { border-color: #ffc3da; transform: translateY(-9px) rotate(0.5deg); }
.step-number { position: absolute; right: 23px; top: 15px; color: rgba(22, 57, 71, 0.08); font-family: "Paytone One", sans-serif; font-size: 69px; line-height: 1; }
.step-icon { position: relative; width: 55px; height: 55px; display: grid; place-items: center; border-radius: 18px; background: var(--turquoise); color: var(--white); box-shadow: 0 10px 25px rgba(0, 199, 200, 0.22); }
.step-card.featured .step-icon { background: var(--pink); }
.step-card:last-child .step-icon { background: var(--orange); }
.icon-face::before { content: ""; position: absolute; left: 18px; top: 9px; width: 14px; height: 14px; border: 3px solid var(--white); border-radius: 50%; }
.icon-face::after { content: ""; position: absolute; left: 12px; bottom: 9px; width: 25px; height: 12px; border: 3px solid var(--white); border-top: 0; border-radius: 0 0 18px 18px; }
.icon-look::before { content: ""; width: 21px; height: 21px; border: 3px solid var(--white); border-radius: 4px; transform: rotate(45deg); }
.icon-reason::before { content: ""; width: 28px; height: 20px; border: 3px solid var(--white); border-radius: 7px; }
.icon-reason::after { content: ""; position: absolute; left: 16px; bottom: 11px; width: 9px; height: 9px; border-left: 3px solid var(--white); border-bottom: 3px solid var(--white); transform: skewY(-35deg); }
.step-card h3 { position: relative; margin: 55px 0 14px; }
.step-card p { position: relative; font-size: 14px; }
.safe-badge { position: relative; display: inline-flex; margin-top: 17px; padding: 7px 11px; border-radius: 999px; background: var(--white); color: var(--pink); font-size: 9px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.application-form-card { scroll-margin-top: 105px; display: grid; grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1.28fr); gap: clamp(24px, 4vw, 46px); margin-top: 0; padding: clamp(24px, 4vw, 42px); border: 4px solid var(--white); border-radius: 34px; background: linear-gradient(135deg, var(--purple), var(--pink) 56%, var(--orange)); box-shadow: 0 28px 65px rgba(132, 87, 232, 0.24); }
.privacy-note + .step-grid { margin-top: 42px; }
.form-intro { align-self: start; padding: 12px 0; color: var(--white); }
.form-intro h3 { margin: 13px 0 15px; color: var(--white); font-size: clamp(30px, 4vw, 48px); }
.form-intro p { color: rgba(255, 255, 255, 0.9); font-size: 14px; }
.form-intro strong { color: var(--white); overflow-wrap: anywhere; }
.mail-label { display: block; color: rgba(255, 255, 255, 0.78); font-size: 9px; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
.casting-form { min-width: 0; padding: clamp(22px, 3vw, 32px); border-radius: 25px; background: rgba(255, 255, 255, 0.97); box-shadow: 0 20px 50px rgba(73, 29, 96, 0.2); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; }
.form-field { min-width: 0; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 8px; color: var(--ink-deep); font-size: 12px; font-weight: 900; }
.form-field label span { padding: 5px 8px; border-radius: 999px; background: #fff0f6; color: var(--pink); font-size: 8px; letter-spacing: 0.06em; text-transform: uppercase; }
.form-field input[type="text"], .form-field input[type="date"], .form-field textarea { width: 100%; min-height: 52px; border: 2px solid #d7eeea; border-radius: 14px; outline: 0; background: #f7fdfc; color: var(--ink-deep); padding: 13px 15px; transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
.form-field textarea { min-height: 145px; resize: vertical; line-height: 1.55; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--turquoise); background: var(--white); box-shadow: 0 0 0 4px rgba(0, 199, 200, 0.13); }
.form-field small { display: block; margin-top: 7px; color: #668087; font-size: 10px; line-height: 1.55; }
.file-upload { position: relative; min-height: 62px; display: flex; align-items: center; gap: 13px; overflow: hidden; border: 2px dashed rgba(0, 157, 158, 0.48); border-radius: 16px; background: #eefbf8; padding: 9px 13px; }
.file-upload:focus-within { border-color: var(--turquoise); box-shadow: 0 0 0 4px rgba(0, 199, 200, 0.13); }
.file-upload input { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.file-upload-button { flex: 0 0 auto; padding: 10px 13px; border-radius: 11px; background: var(--turquoise); color: var(--white); font-size: 11px; font-weight: 900; }
.file-upload-text { min-width: 0; color: #55757d; font-size: 11px; font-weight: 700; overflow-wrap: anywhere; }
.optional-interest { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 12px; align-items: start; padding: 16px; border: 2px solid #eadffb; border-radius: 16px; background: #faf7ff; cursor: pointer; transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; }
.optional-interest:focus-within { border-color: var(--purple); background: var(--white); box-shadow: 0 0 0 4px rgba(132, 87, 232, 0.13); }
.optional-interest input { width: 24px; height: 24px; margin-top: 2px; accent-color: var(--pink); cursor: pointer; }
.optional-interest strong, .optional-interest small { display: block; }
.optional-interest strong { color: var(--ink-deep); font-size: 12px; line-height: 1.5; }
.optional-interest small { margin-top: 4px; color: #668087; font-size: 10px; line-height: 1.5; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-submit-row { display: flex; align-items: center; gap: 18px; margin-top: 23px; }
.form-submit-row .btn { flex: 0 0 auto; border: 0; }
.form-submit-row .btn:disabled { opacity: 0.62; cursor: wait; transform: none; }
.form-status { min-height: 22px; color: #536f77; font-size: 12px; font-weight: 800; }
.form-status.is-success { color: #117551; }
.form-status.is-error { color: #b22658; }
.privacy-note { margin-top: 21px; padding: 17px 19px; border-left: 5px solid var(--turquoise); border-radius: 0 16px 16px 0; background: #edfafa; color: #4b727a; font-size: 12px; }
.privacy-note strong { color: var(--ink-deep); }

.photo-section { padding: 98px 0; overflow: hidden; background: linear-gradient(145deg, #fff3c3, #ffe4ef 54%, #d9f8f4); }
.photo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 23px; }
.photo-concept { min-width: 0; overflow: hidden; border: 4px solid var(--white); border-radius: 31px; background: var(--white); box-shadow: var(--shadow); }
.photo-concept.hero-concept { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr); }
.image-placeholder { position: relative; min-height: 320px; display: flex; overflow: hidden; align-items: center; justify-content: center; flex-direction: column; padding: 30px; border: 3px dashed rgba(0, 157, 158, 0.48); background: repeating-linear-gradient(135deg, rgba(0, 199, 200, 0.07) 0 18px, rgba(255, 255, 255, 0.65) 18px 36px), #eefcf9; text-align: center; }
.hero-concept .concept-visual { min-height: 420px; }
.image-placeholder::before, .image-placeholder::after { content: ""; position: absolute; width: 54px; height: 54px; }
.image-placeholder::before { left: 16px; top: 16px; border-left: 3px solid var(--turquoise); border-top: 3px solid var(--turquoise); }
.image-placeholder::after { right: 16px; bottom: 16px; border-right: 3px solid var(--pink); border-bottom: 3px solid var(--pink); }
.placeholder-label { position: absolute; z-index: 2; left: 18px; top: 18px; padding: 8px 11px; border-radius: 999px; background: var(--white); color: var(--pink); font-size: 9px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; box-shadow: 0 8px 20px rgba(22, 57, 71, 0.1); }
.placeholder-symbol { width: 82px; height: 64px; display: grid; place-items: center; margin-bottom: 18px; border: 3px solid rgba(0, 157, 158, 0.35); border-radius: 18px; background: var(--white); }
.placeholder-symbol span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--yellow); color: var(--ink-deep); font-size: 24px; line-height: 1; }
.placeholder-copy { position: relative; z-index: 2; max-width: 520px; }
.placeholder-copy b, .placeholder-copy small { display: block; }
.placeholder-copy b { color: var(--ink-deep); font-family: "Paytone One", sans-serif; font-size: clamp(24px, 3.5vw, 42px); line-height: 1; }
.placeholder-copy small { margin-top: 10px; color: var(--palm); font-size: 10px; font-weight: 900; letter-spacing: 0.08em; line-height: 1.55; text-transform: uppercase; }
.concept-copy { padding: 29px; }
.hero-concept .concept-copy { display: flex; flex-direction: column; justify-content: center; }
.concept-copy > span { color: var(--pink); font-size: 9px; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
.concept-copy h3 { margin: 12px 0 14px; }
.concept-copy p { font-size: 14px; }
.photo-do-dont { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 24px; }
.photo-do-dont div { padding: 25px; border: 3px solid var(--white); border-radius: 22px; background: rgba(255, 255, 255, 0.76); }
.photo-do-dont strong { display: block; margin-bottom: 7px; color: var(--palm); }
.photo-do-dont div:last-child strong { color: var(--pink); }
.photo-do-dont p { font-size: 13px; }

.faq-section { padding: 98px 0; background: var(--white); }
.faq-grid { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr); gap: clamp(40px, 7vw, 80px); align-items: start; }
.faq-grid .section-heading { position: sticky; top: 110px; margin-bottom: 0; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { overflow: hidden; border: 2px solid #d6f0ec; border-radius: 20px; background: #f5fdfb; }
.faq-list details:nth-child(even) { border-color: #ffe0eb; background: #fff8fb; }
.faq-list summary { position: relative; padding: 21px 58px 21px 22px; color: var(--ink-deep); font-size: 14px; font-weight: 800; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 21px; top: 50%; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--ink-deep); font-size: 21px; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { padding: 0 22px 22px; font-size: 14px; }

.final-cta { padding: 92px 0; background: var(--cream); }
.final-cta-box { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr); gap: 34px; align-items: center; overflow: hidden; padding: clamp(31px, 5vw, 58px); border: 5px solid var(--white); border-radius: 35px; background: linear-gradient(125deg, #ffe151, #ff9e48 45%, #ff5b96); box-shadow: var(--shadow); }
.final-cta h2 { margin: 15px 0 16px; }
.final-cta p { max-width: 730px; color: #604f45; font-size: 17px; }
.final-actions { display: grid; gap: 12px; text-align: center; }
.final-actions span { color: rgba(22, 57, 71, 0.72); font-size: 10px; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }

footer { padding: 40px 0; background: var(--ink-deep); color: var(--white); }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 22px; flex-wrap: wrap; }
.footer-brand .brand-copy strong { color: var(--white); }
.footer-brand .brand-copy small { color: #8ee4d1; }
.footer-links { display: flex; flex-wrap: wrap; gap: 15px; color: #d9edf0; font-size: 12px; font-weight: 700; }
.footer-links a:hover { color: var(--yellow); }
footer p { color: #a7c4ca; font-size: 11px; }

.modal { position: fixed; inset: 0; z-index: 1500; display: none; align-items: center; justify-content: center; padding: 22px; background: rgba(10, 41, 52, 0.76); backdrop-filter: blur(12px); }
.modal.active { display: flex; }
.modal-content { position: relative; width: min(780px, 100%); max-height: 86vh; overflow: auto; padding: clamp(28px, 5vw, 46px); border: 5px solid var(--white); border-radius: 30px; background: var(--cream); box-shadow: 0 35px 100px rgba(0, 0, 0, 0.35); }
.modal-content h2 { margin-bottom: 22px; font-size: clamp(30px, 4vw, 44px); }
.modal-close { position: absolute; right: 16px; top: 16px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--pink); cursor: pointer; }
.modal-close::before, .modal-close::after { content: ""; position: absolute; left: 11px; top: 20px; width: 20px; height: 3px; border-radius: 99px; background: var(--white); }
.modal-close::before { transform: rotate(45deg); }
.modal-close::after { transform: rotate(-45deg); }
.legal-text p { margin-bottom: 14px; color: var(--soft); }
.legal-text strong { color: var(--ink-deep); }
.legal-text a { color: var(--pink); text-decoration: underline; }

@media (max-width: 1050px) {
    .nav-links { gap: 13px; font-size: 11px; }
    .nav-panel { gap: 16px; }
    .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr); gap: 40px; }
}

@media (max-width: 920px) {
    html { scroll-padding-top: 78px; }
    .nav-shell { min-height: 70px; }
    .brand-sun { width: 46px; height: 46px; }
    .menu-toggle { display: inline-flex; }
    .nav-panel { position: absolute; left: 0; right: 0; top: calc(100% + 9px); display: none; flex-direction: column; align-items: stretch; gap: 16px; padding: 18px; border: 2px solid var(--white); border-radius: 20px; background: var(--cream); box-shadow: var(--shadow); }
    .nav-panel.is-open { display: flex; }
    .nav-links { flex-direction: column; align-items: stretch; gap: 0; }
    .nav-links a { display: block; padding: 13px 5px; border-bottom: 1px solid var(--line); }
    .nav-links a::after { display: none; }
    .nav-cta { width: 100%; }
    .trailer-section { padding-top: 52px; }
    .trailer-section > .container { grid-template-columns: 1fr; }
    .trailer-heading { max-width: 760px; margin-inline: auto; text-align: center; }
    .trailer-heading p { margin-inline: auto; }
    .trailer-actions { justify-content: center; }
    .trailer-placeholder { width: min(720px, 100%); min-height: 0; border-radius: 30px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { text-align: center; }
    .hero-copy .eyebrow, .hero-actions, .hero-trust { justify-content: center; }
    .hero-copy h1, .hero-lead { margin-inline: auto; }
    .hero-example { width: min(480px, 100%); transform: none; }
    .fact-strip { grid-template-columns: repeat(2, 1fr); }
    .split-grid, .faq-grid { grid-template-columns: 1fr; }
    .step-grid { grid-template-columns: 1fr; }
    .step-card { min-height: 0; }
    .step-card.featured { transform: none; }
    .application-form-card { grid-template-columns: 1fr; }
    .form-intro { max-width: 620px; }
    .photo-concept.hero-concept { grid-template-columns: 1fr; }
    .hero-concept .concept-visual { min-height: 360px; }
    .faq-grid .section-heading { position: static; }
    .final-cta-box { grid-template-columns: 1fr; }
    .final-actions { grid-template-columns: minmax(220px, 0.5fr); justify-content: start; }
}

@media (max-width: 680px) {
    .container { width: min(calc(100% - 28px), var(--max)); }
    h1 { font-size: clamp(43px, 13.5vw, 65px); overflow-wrap: anywhere; }
    h2 { overflow-wrap: anywhere; }
    .brand-copy strong { font-size: 16px; }
    .trailer-section { padding: 44px 0 60px; }
    .trailer-heading h2 { font-size: 36px; }
    .trailer-placeholder { min-height: 285px; padding: 24px; border-width: 4px; border-radius: 25px; }
    .play-button { width: 72px; height: 72px; font-size: 27px; }
    .trailer-palm { width: 105px; height: 150px; opacity: 0.92; }
    .trailer-palm::before { left: 44px; width: 20px; height: 90px; }
    .trailer-palm i { left: 53px; top: 35px; width: 58px; height: 21px; }
    .trailer-file { max-width: 240px; border-radius: 14px; }
    .hero { padding-top: 72px; }
    .hero-actions { display: grid; grid-template-columns: 1fr; }
    .hero-trust { display: grid; grid-template-columns: 1fr; }
    .hero-example { padding: 8px; border-radius: 34px; }
    .hero-example img { border-radius: 27px; }
    .example-label { left: 18px; top: 18px; }
    .fact-strip { grid-template-columns: 1fr; }
    .intro-section, .application-section, .photo-section, .faq-section { padding: 72px 0; }
    .application-form-card { padding: 18px; border-radius: 28px; }
    .casting-form { padding: 20px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-field-wide { grid-column: auto; }
    .file-upload { align-items: flex-start; flex-direction: column; }
    .form-submit-row { align-items: stretch; flex-direction: column; }
    .form-submit-row .btn { width: 100%; }
    .photo-grid { grid-template-columns: 1fr; }
    .photo-concept.hero-concept { grid-column: auto; }
    .image-placeholder, .hero-concept .concept-visual { min-height: 310px; }
    .photo-do-dont { grid-template-columns: 1fr; }
    .final-actions { grid-template-columns: 1fr; }
    .footer-grid { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 410px) {
    .container { width: min(calc(100% - 22px), var(--max)); }
    .brand-copy small { max-width: 135px; line-height: 1.25; }
    .trailer-placeholder strong { font-size: 28px; }
    .mail-address { font-size: 20px; }
    .step-card, .concept-copy { padding: 23px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
