.product-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 22% 52%, rgba(53, 235, 166, 0.09), transparent 28%),
        linear-gradient(180deg, #04131f, #061827);
}

.product-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 90px;
}

.phone-stage {
    position: relative;
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 720px;
}

.phone-orbit {
    position: absolute;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(53, 235, 166, 0.12);
    border-radius: 50%;
    box-shadow:
        0 0 0 58px rgba(53, 235, 166, 0.025),
        0 0 110px rgba(53, 235, 166, 0.08);
}

.iphone {
    position: relative;
    z-index: 3;
    width: 286px;
    padding: 7px;
    border-radius: 48px;
    background: linear-gradient(145deg, #5a6c79, #15222c 20%, #0a1015 76%, #66818e);
    box-shadow: 0 42px 85px rgba(0, 0, 0, 0.5), 0 0 0 1px #768b96;
    transform: rotate(-3deg);
}

.iphone::before,
.iphone::after {
    content: "";
    position: absolute;
    left: -3px;
    width: 3px;
    border-radius: 3px 0 0 3px;
    background: #526570;
}

.iphone::before { top: 116px; height: 72px; }
.iphone::after { top: 202px; height: 48px; }

.iphone-frame {
    padding: 3px;
    border-radius: 42px;
    background: #020407;
}

.iphone-screen {
    position: relative;
    min-height: 584px;
    overflow: hidden;
    padding: 19px 15px 73px;
    border-radius: 39px;
    background: linear-gradient(180deg, #071729, #061321 68%, #071623);
    color: #f7fafc;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dynamic-island {
    position: absolute;
    z-index: 3;
    top: 10px;
    left: 50%;
    width: 84px;
    height: 23px;
    transform: translateX(-50%);
    border-radius: 20px;
    background: #000;
}

.phone-status {
    display: flex;
    justify-content: space-between;
    padding: 0 7px 15px;
    font-size: 8px;
    font-weight: 800;
}

.phone-appbar,
.phone-brand,
.phone-section-title,
.phone-notification,
.phone-tabs {
    display: flex;
    align-items: center;
}

.phone-appbar { justify-content: space-between; }
.phone-brand { gap: 6px; font-size: 12px; }
.phone-brand span { color: #35eba6; }
.phone-bell { position: relative; color: #a9bbc8; }
.phone-bell { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: #0c2337; }
.phone-bell svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.phone-bell i { position: absolute; right: -2px; top: 0; width: 5px; height: 5px; border-radius: 50%; background: #35eba6; }

.phone-welcome { margin-top: 17px; }
.phone-welcome small { color: #35eba6; font-size: 7px; font-weight: 800; letter-spacing: 1.4px; }
.phone-welcome h3 { margin: 3px 0 0; font-family: Georgia, serif; font-size: 22px; }
.phone-welcome h3 span { font-family: Inter, sans-serif; font-size: 16px; }
.phone-welcome p { margin: 1px 0 0; color: #71889a; font-size: 8px; }

.phone-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 13px; }
.phone-stats article { position: relative; display: flex; flex-direction: column; min-height: 116px; padding: 10px; border: 1px solid rgba(98,168,255,.2); border-radius: 11px; background: linear-gradient(150deg, #0a2133, #071827); }
.phone-stats small { color: #758b9b; font-size: 6px; text-transform: uppercase; letter-spacing: .35px; }
.phone-stats strong { margin-top: 7px; font-family: Georgia, serif; font-size: 15px; }
.phone-stats time { color: #6f8798; font-size: 5.5px; }
.phone-stats article > i { height: 3px; margin-top: 10px; overflow: hidden; border-radius: 4px; background: #163247; }
.phone-stats article > i em { display: block; width: 22%; height: 100%; background: linear-gradient(90deg, #168cff, #35eba6); }
.phone-stats article > span { margin-top: 7px; color: #20a8ff; font-size: 5.5px; }
.phone-stats dl { margin: 8px 0 0; font-size: 5.5px; }
.phone-stats dl div { display: flex; justify-content: space-between; }
.phone-stats dt { color: #718799; }
.phone-stats dd { margin: 0; font-weight: 800; }

.phone-storage {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    padding: 13px 13px 18px;
    border: 1px solid rgba(148, 181, 205, 0.15);
    border-radius: 12px;
    background: rgba(12, 35, 51, 0.9);
}

.phone-storage div { display: flex; flex-direction: column; }
.phone-storage span { color: #70889a; font-size: 7px; }
.phone-storage b { font-size: 11px; }
.phone-storage b small { color: #70889a; font-size: 7px; font-weight: 500; }
.phone-storage strong { color: #35eba6; font-size: 10px; }
.phone-storage > i { position: absolute; left: 13px; right: 13px; bottom: 9px; height: 3px; overflow: hidden; border-radius: 5px; background: #1a3343; }
.phone-storage > i em { display: block; width: 18%; height: 100%; border-radius: 5px; background: linear-gradient(90deg, #35eba6, #62a8ff); }

.phone-section-title { justify-content: space-between; margin: 18px 1px 9px; font-size: 9px; }
.phone-section-title span { color: #35eba6; font-size: 7px; }
.phone-section-title button { display: grid; place-items: center; width: 20px; height: 20px; padding: 0; border: 0; border-radius: 50%; background: #0e3c79; color: #6db9ff; font-size: 12px; }
.phone-shared { display: flex; align-items: center; gap: 9px; padding: 9px 10px; border: 1px solid rgba(98,168,255,.16); border-radius: 10px; background: #091d2d; }
.phone-shared svg { flex: 0 0 auto; width: 28px; height: 28px; fill: none; stroke: #149dff; stroke-width: 1.5; filter: drop-shadow(0 0 5px rgba(20,157,255,.55)); }
.phone-shared div { display: flex; flex-direction: column; }
.phone-shared b { font-size: 6.5px; }
.phone-shared small { color: #78909f; font-size: 5.5px; }
.phone-section-title.album-title { margin-top: 12px; }
.phone-albums { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }
.phone-albums article { display: flex; flex-direction: column; }
.album-photo { height: 61px; overflow: hidden; border-radius: 8px; }
.album-photo img { width: 100%; height: 100%; object-fit: cover; }
.album-photo.photo-two { display: grid; place-items: center; background: linear-gradient(145deg, #6d4864, #d09b74); color: rgba(255,255,255,.85); font-size: 24px; }
.album-photo.photo-three { display: grid; place-items: center; background: linear-gradient(145deg, #164b69, #5eb7a1); color: rgba(255,255,255,.85); font-size: 19px; }
.phone-albums b { margin-top: 5px; font-size: 8px; }
.phone-albums small { color: #6f8595; font-size: 6px; }

.phone-notification {
    gap: 8px;
    margin-top: 14px;
    padding: 10px;
    border: 1px solid rgba(53, 235, 166, 0.2);
    border-radius: 10px;
    background: rgba(22, 64, 63, 0.45);
}
.phone-notification > span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; background: rgba(53,235,166,.16); color: #35eba6; font-size: 9px; }
.phone-notification div { display: flex; flex: 1; flex-direction: column; }
.phone-notification b { font-size: 7px; }
.phone-notification small,
.phone-notification time { color: #76909d; font-size: 5.5px; }

.phone-tabs {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: space-around;
    height: 58px;
    border-top: 1px solid rgba(148,181,205,.12);
    background: rgba(5, 16, 27, 0.97);
}
.phone-tabs span { display: flex; flex-direction: column; align-items: center; gap: 2px; color: #688091; font-size: 10px; }
.phone-tabs svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.phone-tabs small { font-size: 5px; }
.phone-tabs .selected { color: #35eba6; }

.action-word {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(148, 181, 205, 0.2);
    border-radius: 10px;
    background: rgba(8, 29, 43, 0.92);
    color: #b7c8d3;
    font-size: 11px;
    font-weight: 750;
    box-shadow: 0 14px 34px rgba(0,0,0,.22);
    backdrop-filter: blur(12px);
}
.action-word i { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 7px; background: rgba(53,235,166,.11); color: #35eba6; font-style: normal; }
.word-left-top { top: 78px; left: 42px; }
.word-left-middle { top: 300px; left: 0; }
.word-left-bottom { bottom: 87px; left: 26px; }
.word-right-bottom { right: 34px; bottom: 23px; }
.word-right-middle { top: 405px; right: -4px; }
.word-right-top { top: 145px; right: 0; }

.product-copy > p { max-width: 590px; color: #98a9ba; font-size: 17px; }
.product-points { margin: 30px 0; }
.product-points article { display: flex; gap: 14px; padding: 15px 0; border-bottom: 1px solid rgba(148,181,205,.16); }
.product-points article > span { display: grid; flex: 0 0 auto; place-items: center; width: 37px; height: 37px; border-radius: 10px; background: rgba(53,235,166,.1); color: #35eba6; font-weight: 850; }
.product-points article div { display: flex; flex-direction: column; }
.product-points b { font-size: 14px; }
.product-points small { margin-top: 3px; color: #8196a5; line-height: 1.5; }
.product-links { display: flex; align-items: center; gap: 25px; }
.privacy-line { margin-top: 22px; color: #708899; font-size: 11px; }
.privacy-line span { color: #35eba6; }

@media (max-width: 1000px) {
    .product-grid { grid-template-columns: 1fr; gap: 45px; }
    .phone-stage { min-height: 680px; }
    .product-copy { max-width: 700px; margin-inline: auto; }
}

@media (max-width: 620px) {
    .phone-stage { min-height: 620px; transform: scale(.9); margin: -32px -8% -25px; max-width: 116%; }
    .phone-orbit { width: 430px; height: 430px; }
    .word-left-top { display: none; }
    .word-right-top { right: 8px; }
    .word-left-middle { left: 4px; }
    .word-right-middle { right: 4px; }
    .word-left-bottom { left: 8px; }
    .word-right-bottom { right: 8px; bottom: 102px; }
    .product-links { align-items: stretch; flex-direction: column; }
}

@media (max-width: 390px) {
    .phone-stage { transform: scale(.82); margin: -60px -15% -55px; max-width: 130%; }
    .action-word { padding: 8px 10px; font-size: 10px; }
}

@media (prefers-reduced-motion: no-preference) {
    .iphone { animation: phone-float 5s ease-in-out infinite; }
    .action-word { animation: word-float 4.5s ease-in-out infinite; }
    .action-word:nth-of-type(even) { animation-delay: -2.1s; }
}

@keyframes phone-float {
    0%, 100% { transform: rotate(-3deg) translateY(0); }
    50% { transform: rotate(-2deg) translateY(-8px); }
}

@keyframes word-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}
