@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
--black: #05090d;
--black-light: #091118;
--card: #0c151d;
--card-light: #101d27;

```
--turquoise: #19e6d2;
--turquoise-dark: #0db5a8;
--blue: #169cff;
--blue-dark: #0874c7;

--white: #ffffff;
--text: #eaf5f7;
--muted: #91a7b1;

--border: rgba(255,255,255,0.08);

--gradient: linear-gradient(
    135deg,
    var(--turquoise),
    var(--blue)
);

--container: 1180px;
```

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }

html {
scroll-behavior: smooth;
}

body {
background: var(--black);
color: var(--text);
font-family: 'Inter', sans-serif;
overflow-x: hidden;
}

a {
color: inherit;
text-decoration: none;
}

button {
font-family: inherit;
}

.container {
width: min(100% - 40px, var(--container));
margin: auto;
}

/* =========================
BACKGROUND
========================= */

.background-effects {
position: fixed;
inset: 0;
pointer-events: none;
z-index: -1;
overflow: hidden;
}

.glow {
position: absolute;
width: 500px;
height: 500px;
border-radius: 50%;
filter: blur(130px);
opacity: 0.08;
}

.glow-1 {
background: var(--turquoise);
top: -200px;
left: -200px;
}

.glow-2 {
background: var(--blue);
right: -200px;
top: 40%;
}

.grid-overlay {
position: absolute;
inset: 0;
background-image:
linear-gradient(rgba(25,230,210,.025) 1px, transparent 1px),
linear-gradient(90deg, rgba(25,230,210,.025) 1px, transparent 1px);
background-size: 60px 60px;
}

/* =========================
NAVBAR
========================= */

.navbar {
height: 82px;
border-bottom: 1px solid var(--border);
background: rgba(5,9,13,.75);
backdrop-filter: blur(20px);
position: sticky;
top: 0;
z-index: 100;
}

.nav-container {
height: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}

.brand {
display: flex;
align-items: center;
gap: 12px;
font-weight: 800;
font-size: 18px;
}

.logo {
width: 44px;
height: 44px;
object-fit: contain;
border-radius: 12px;
}

.nav-links {
display: flex;
align-items: center;
gap: 34px;
}

.nav-links a {
color: var(--muted);
font-size: 14px;
transition: .25s ease;
}

.nav-links a:hover {
color: var(--turquoise);
}

.menu-button {
display: none;
background: transparent;
border: 0;
cursor: pointer;
}

.menu-button span {
display: block;
width: 25px;
height: 2px;
background: white;
margin: 5px;
}

/* =========================
HERO
========================= */

.hero {
min-height: 760px;
display: flex;
align-items: center;
position: relative;
}

.hero-container {
display: grid;
grid-template-columns: 1.1fr .9fr;
align-items: center;
gap: 60px;
}

.badge {
display: inline-flex;
align-items: center;
gap: 10px;
border: 1px solid rgba(25,230,210,.25);
background: rgba(25,230,210,.05);
padding: 8px 14px;
border-radius: 100px;
color: var(--turquoise);
font-size: 12px;
font-weight: 600;
margin-bottom: 25px;
}

.badge-dot {
width: 7px;
height: 7px;
border-radius: 50%;
background: var(--turquoise);
box-shadow: 0 0 12px var(--turquoise);
}

.hero h1 {
font-size: clamp(48px, 6vw, 76px);
line-height: 1.04;
letter-spacing: -3px;
max-width: 720px;
}

.hero h1 span,
.section-heading h2 span,
.split-content h2 span,
.ibadet-content h2 span,
.download-content h2 span {
display: block;
background: var(--gradient);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.hero-description {
max-width: 580px;
color: var(--muted);
line-height: 1.8;
font-size: 16px;
margin-top: 25px;
}

.hero-buttons {
display: flex;
flex-wrap: wrap;
gap: 14px;
margin-top: 35px;
}

.btn {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 15px 22px;
border-radius: 10px;
font-size: 13px;
font-weight: 700;
transition: .3s ease;
}

.btn-primary {
color: #00100e;
background: var(--turquoise);
box-shadow: 0 0 30px rgba(25,230,210,.15);
}

.btn-primary:hover {
transform: translateY(-3px);
box-shadow: 0 10px 35px rgba(25,230,210,.25);
}

.btn-secondary {
border: 1px solid var(--border);
color: var(--text);
}

.btn-secondary:hover {
border-color: rgba(25,230,210,.4);
color: var(--turquoise);
}

.play-icon {
font-size: 10px;
}

.hero-stats {
display: flex;
gap: 40px;
margin-top: 50px;
}

.stat {
display: flex;
flex-direction: column;
gap: 5px;
}

.stat strong {
font-size: 20px;
}

.stat span {
font-size: 11px;
color: var(--muted);
}

/* =========================
PHONE
========================= */

.phone-area {
display: flex;
justify-content: center;
position: relative;
}

.phone-glow {
position: absolute;
width: 320px;
height: 450px;
background: var(--turquoise);
filter: blur(100px);
opacity: .10;
}

.phone {
width: 290px;
height: 590px;
padding: 9px;
border-radius: 42px;
background: linear-gradient(145deg, #26343d, #080d11);
border: 1px solid rgba(255,255,255,.15);
box-shadow:
0 40px 100px rgba(0,0,0,.7),
0 0 60px rgba(25,230,210,.08);
transform: rotate(4deg);
position: relative;
z-index: 2;
}

.phone-notch {
position: absolute;
width: 90px;
height: 24px;
background: #050708;
border-radius: 0 0 15px 15px;
top: 9px;
left: 50%;
transform: translateX(-50%);
z-index: 5;
}

.phone-screen {
width: 100%;
height: 100%;
border-radius: 34px;
overflow: hidden;
padding: 45px 17px 20px;
background:
radial-gradient(circle at 80% 20%, rgba(25,230,210,.12), transparent 30%),
#071016;
}

.app-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 20px;
}

.app-header div:first-child {
display: flex;
flex-direction: column;
gap: 5px;
}

.app-header small {
font-size: 8px;
color: var(--muted);
}

.app-header strong {
font-size: 12px;
}

.profile-circle {
width: 30px;
height: 30px;
border-radius: 50%;
display: grid;
place-items: center;
background: var(--gradient);
color: #00100e;
font-weight: 800;
font-size: 11px;
}

.daily-card {
display: flex;
align-items: center;
gap: 10px;
padding: 11px;
background: rgba(255,255,255,.04);
border: 1px solid var(--border);
border-radius: 12px;
}

.card-icon {
width: 30px;
height: 30px;
border-radius: 9px;
display: grid;
place-items: center;
background: rgba(25,230,210,.1);
color: var(--turquoise);
}

.daily-card div {
flex: 1;
display: flex;
flex-direction: column;
gap: 3px;
}

.daily-card small {
color: var(--muted);
font-size: 7px;
}

.daily-card strong {
font-size: 9px;
}

.arrow {
color: var(--muted);
}

.quiz-card {
margin-top: 14px;
padding: 15px;
border-radius: 14px;
background: linear-gradient(145deg, #0e5260, #09303b);
border: 1px solid rgba(25,230,210,.2);
}

.quiz-top {
display: flex;
justify-content: space-between;
color: #7cece1;
font-size: 6px;
font-weight: 700;
}

.quiz-card h3 {
margin-top: 13px;
font-size: 15px;
line-height: 1.3;
}

.quiz-button {
margin-top: 13px;
width: 100%;
padding: 8px;
border: 0;
border-radius: 7px;
background: var(--turquoise);
color: #00100e;
font-size: 7px;
font-weight: 800;
}

.mini-title {
margin: 18px 0 9px;
font-size: 9px;
font-weight: 700;
}

.prayer-list {
display: flex;
flex-direction: column;
gap: 7px;
}

.prayer-item {
display: flex;
align-items: center;
gap: 9px;
padding: 9px;
background: rgba(255,255,255,.035);
border-radius: 9px;
}

.prayer-icon {
color: var(--muted);
}

.prayer-item.completed .prayer-icon {
color: var(--turquoise);
}

.prayer-item div {
display: flex;
flex-direction: column;
gap: 3px;
}

.prayer-item strong {
font-size: 8px;
}

.prayer-item small {
color: var(--muted);
font-size: 6px;
}

/* =========================
SECTIONS
========================= */

.section {
padding: 120px 0;
}

.section-heading {
max-width: 650px;
margin-bottom: 55px;
}

.section-label {
color: var(--turquoise);
font-size: 11px;
font-weight: 800;
letter-spacing: 2px;
}

.section-heading h2,
.split-content h2,
.ibadet-content h2,
.download-content h2 {
font-size: clamp(34px, 5vw, 52px);
line-height: 1.1;
margin-top: 14px;
letter-spacing: -2px;
}

.section-heading p,
.split-content > p,
.ibadet-content > p,
.download-content > p {
margin-top: 20px;
color: var(--muted);
line-height: 1.8;
}

/* =========================
FEATURES
========================= */

.features-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 15px;
}

.feature-card {
min-height: 280px;
padding: 27px;
border: 1px solid var(--border);
background: linear-gradient(145deg, #0b141b, #071016);
border-radius: 18px;
position: relative;
overflow: hidden;
transition: .35s ease;
}

.feature-card:hover {
transform: translateY(-7px);
border-color: rgba(25,230,210,.25);
}

.feature-icon {
width: 48px;
height: 48px;
border-radius: 13px;
display: grid;
place-items: center;
font-size: 20px;
margin-bottom: 28px;
}

.cyan {
background: rgba(25,230,210,.1);
}

.blue {
background: rgba(22,156,255,.1);
}

.teal {
background: rgba(25,200,170,.1);
}

.purple {
background: rgba(150,100,255,.1);
}

.feature-card h3 {
font-size: 16px;
margin-bottom: 12px;
}

.feature-card p {
color: var(--muted);
font-size: 13px;
line-height: 1.7;
}

.card-number {
position: absolute;
bottom: -10px;
right: 15px;
font-size: 70px;
font-weight: 800;
color: rgba(255,255,255,.025);
}

/* =========================
QUIZ SECTION
========================= */

.dark-section {
padding: 120px 0;
background: #03070a;
border-top: 1px solid var(--border);
border-bottom: 1px solid var(--border);
}

.split-section {
display: grid;
grid-template-columns: .9fr 1.1fr;
align-items: center;
gap: 90px;
}

.check-list {
list-style: none;
margin-top: 30px;
display: flex;
flex-direction: column;
gap: 15px;
}

.check-list li {
display: flex;
align-items: center;
gap: 12px;
color: #c5d5da;
font-size: 14px;
}

.check-list li span {
width: 22px;
height: 22px;
border-radius: 50%;
display: grid;
place-items: center;
background: rgba(25,230,210,.1);
color: var(--turquoise);
font-size: 11px;
}

.quiz-visual {
position: relative;
padding: 30px;
}

.question-card {
padding: 28px;
border-radius: 22px;
background: #0b151c;
border: 1px solid rgba(255,255,255,.08);
box-shadow: 0 30px 80px rgba(0,0,0,.4);
}

.question-progress {
display: flex;
align-items: center;
gap: 10px;
color: var(--muted);
font-size: 10px;
}

.question-progress div {
height: 4px;
flex: 1;
background: #16232b;
border-radius: 10px;
overflow: hidden;
}

.question-progress i {
display: block;
width: 30%;
height: 100%;
background: var(--gradient);
}

.question-category {
display: block;
color: var(--turquoise);
font-size: 9px;
font-weight: 800;
letter-spacing: 1.5px;
margin-top: 35px;
}

.question-card h3 {
font-size: 23px;
line-height: 1.35;
margin-top: 12px;
}

.answers {
display: grid;
gap: 9px;
margin-top: 25px;
}

.answers button {
text-align: left;
padding: 13px 15px;
background: #0f1b23;
border: 1px solid rgba(255,255,255,.07);
border-radius: 10px;
color: #dce9ed;
cursor: pointer;
font-size: 12px;
transition: .2s;
}

.answers button:hover {
border-color: var(--turquoise);
}

.answers button span {
display: inline-grid;
place-items: center;
width: 25px;
height: 25px;
border-radius: 7px;
margin-right: 10px;
background: #17252e;
color: var(--muted);
}

.answers button.correct {
border-color: var(--turquoise);
background: rgba(25,230,210,.07);
}

.answers button.correct span {
background: var(--turquoise);
color: #00100e;
}

.answers button.correct b {
float: right;
color: var(--turquoise);
}

.floating-score {
position: absolute;
right: -5px;
top: 5px;
display: flex;
align-items: center;
gap: 10px;
padding: 12px 17px;
background: #101d25;
border: 1px solid var(--border);
border-radius: 13px;
box-shadow: 0 15px 40px rgba(0,0,0,.5);
z-index: 3;
}

.floating-score > span {
font-size: 20px;
}

.floating-score div {
display: flex;
flex-direction: column;
gap: 3px;
}

.floating-score small {
font-size: 8px;
color: var(--muted);
}

.floating-score strong {
font-size: 13px;
}

/* =========================
İBADET
========================= */

.ibadet-wrapper {
display: grid;
grid-template-columns: .8fr 1.2fr;
gap: 80px;
align-items: center;
}

.progress-box {
margin-top: 35px;
padding: 20px;
background: rgba(255,255,255,.035);
border: 1px solid var(--border);
border-radius: 15px;
}

.progress-header {
display: flex;
justify-content: space-between;
font-size: 12px;
margin-bottom: 12px;
}

.progress-header strong {
color: var(--turquoise);
}

.progress-bar {
height: 8px;
background: #17242b;
border-radius: 20px;
overflow: hidden;
}

.progress-bar div {
height: 100%;
border-radius: inherit;
background: var(--gradient);
}

.progress-box small {
display: block;
color: var(--muted);
font-size: 9px;
margin-top: 12px;
}

.ibadet-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 12px;
}

.ibadet-item {
padding: 24px 15px;
text-align: center;
border: 1px solid var(--border);
background: #0a1319;
border-radius: 15px;
transition: .3s;
}

.ibadet-item:hover {
transform: translateY(-4px);
border-color: rgba(25,230,210,.3);
}

.ibadet-item.active {
background: linear-gradient(
145deg,
rgba(25,230,210,.09),
rgba(22,156,255,.03)
);
}

.ibadet-item span {
display: block;
font-size: 24px;
margin-bottom: 12px;
}

.ibadet-item strong {
display: block;
font-size: 12px;
}

.ibadet-item small {
display: block;
color: var(--muted);
font-size: 9px;
margin-top: 6px;
}

/* =========================
STATS
========================= */

.stats-section {
padding: 55px 0;
background: #071017;
border-top: 1px solid var(--border);
border-bottom: 1px solid var(--border);
}

.stats-container {
display: grid;
grid-template-columns: repeat(4, 1fr);
text-align: center;
}

.stats-container > div {
padding: 10px;
border-right: 1px solid var(--border);
}

.stats-container > div:last-child {
border-right: 0;
}

.stats-container strong {
display: block;
font-size: 30px;
background: var(--gradient);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.stats-container span {
display: block;
margin-top: 7px;
color: var(--muted);
font-size: 10px;
}

/* =========================
DOWNLOAD
========================= */

.download-section {
padding: 120px 0;
}

.download-box {
min-height: 370px;
padding: 70px;
border-radius: 28px;
position: relative;
overflow: hidden;
background:
radial-gradient(circle at 85% 50%, rgba(25,230,210,.16), transparent 35%),
linear-gradient(135deg, #0b1c25, #071117);
border: 1px solid rgba(25,230,210,.15);
}

.download-content {
position: relative;
z-index: 2;
max-width: 570px;
}

.google-play-btn {
display: inline-flex;
align-items: center;
gap: 13px;
margin-top: 30px;
padding: 12px 20px;
border-radius: 10px;
background: #000;
border: 1px solid rgba(255,255,255,.15);
transition: .3s;
}

.google-play-btn:hover {
transform: translateY(-3px);
border-color: var(--turquoise);
}

.play-store-icon {
color: var(--turquoise);
font-size: 20px;
}

.google-play-btn span:last-child {
display: flex;
flex-direction: column;
}

.google-play-btn small {
font-size: 7px;
color: #aaa;
}

.google-play-btn strong {
font-size: 15px;
}

.download-symbol {
position: absolute;
right: 80px;
top: 50%;
transform: translateY(-50%);
}

.download-symbol div {
width: 220px;
height: 220px;
border-radius: 50%;
display: grid;
place-items: center;
font-size: 100px;
color: rgba(25,230,210,.7);
border: 1px solid rgba(25,230,210,.12);
box-shadow:
0 0 100px rgba(25,230,210,.12),
inset 0 0 50px rgba(25,230,210,.05);
}

/* =========================
FOOTER
========================= */

footer {
border-top: 1px solid var(--border);
padding: 35px 0;
}

.footer-container {
display: flex;
align-items: center;
justify-content: space-between;
gap: 25px;
}

.footer-brand {
display: flex;
align-items: center;
gap: 10px;
}

.footer-brand img {
width: 38px;
height: 38px;
object-fit: contain;
border-radius: 9px;
}

.footer-brand div {
display: flex;
flex-direction: column;
gap: 3px;
}

.footer-brand strong {
font-size: 13px;
}

.footer-brand span,
.copyright {
color: var(--muted);
font-size: 9px;
}

.footer-links {
display: flex;
gap: 25px;
}

.footer-links a {
color: var(--muted);
font-size: 10px;
}

.footer-links a:hover {
color: var(--turquoise);
}

/* =========================
ANIMATION
========================= */

@keyframes float {
0%, 100% {
transform: rotate(4deg) translateY(0);
}

```
50% {
    transform: rotate(4deg) translateY(-12px);
}
```

}

.phone {
animation: float 5s ease-in-out infinite;
}

/* =========================
RESPONSIVE
========================= */

@media (max-width: 950px) {

```
.nav-links {
    display: none;
}

.menu-button {
    display: block;
}

.hero-container {
    grid-template-columns: 1fr;
    text-align: center;
}

.hero {
    padding: 80px 0;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-description {
    max-width: 650px;
}

.phone-area {
    margin-top: 50px;
}

.features-grid {
    grid-template-columns: repeat(2, 1fr);
}

.split-section,
.ibadet-wrapper {
    grid-template-columns: 1fr;
}

.split-content,
.ibadet-content {
    max-width: 650px;
}

.download-symbol {
    opacity: .35;
    right: 30px;
}
```

}

@media (max-width: 600px) {

```
.container {
    width: min(100% - 28px, var(--container));
}

.navbar {
    height: 70px;
}

.logo {
    width: 38px;
    height: 38px;
}

.hero {
    min-height: auto;
    padding: 70px 0;
}

.hero h1 {
    font-size: 43px;
    letter-spacing: -2px;
}

.hero-description {
    font-size: 14px;
}

.hero-buttons {
    width: 100%;
    flex-direction: column;
}

.btn {
    justify-content: center;
    width: 100%;
}

.hero-stats {
    gap: 22px;
}

.phone {
    width: 265px;
    height: 540px;
}

.section,
.dark-section,
.download-section {
    padding: 80px 0;
}

.features-grid {
    grid-template-columns: 1fr;
}

.feature-card {
    min-height: auto;
}

.split-section {
    gap: 40px;
}

.quiz-visual {
    padding: 10px 0;
}

.question-card {
    padding: 20px;
}

.question-card h3 {
    font-size: 19px;
}

.floating-score {
    right: 0;
    top: -20px;
}

.ibadet-grid {
    grid-template-columns: repeat(2, 1fr);
}

.stats-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
}

.stats-container > div:nth-child(2) {
    border-right: 0;
}

.download-box {
    padding: 45px 25px;
}

.download-symbol {
    display: none;
}

.footer-container {
    flex-direction: column;
    align-items: flex-start;
}

.footer-links {
    flex-wrap: wrap;
}
```

}
